#How do i make a block that i cannot place

16 messages · Page 1 of 1 (latest)

earnest sorrel
#
event.create('incomplete_cracked_stone').parentModel("minecraft:block/cube_all").displayName('Incomplete Cracked Stone').texture('kubejs:item/incomplete_cracked_stone');
})
    event.create('incomplete_cracked_stone').material('stone').displayName('Incomplete Cracked Stone');//maybe something like .noBlock()
})
narrow parcelBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

earnest sorrel
#

ok so i have it and its not placing which is good

#

but there is no texture

jolly fjord
#

a block that cannot exist in world is an item

#

so that item script is correct

#

try swap the texture method with .texture('all'. 'kubejs:item/incomplete_cracked_stone')

#

that should fix it

earnest sorrel
earnest sorrel
jolly fjord
#

yes

tidal sandal
#

Make your "block" an item with a block model

jolly fjord
#

thats what the first script in the original post does

earnest sorrel
jolly fjord
#

if your issue is solved you can close the ticket with </ticket close:1054771505520717835> or the green button above