#Custom block (Create depo)
12 messages · Page 1 of 1 (latest)
help please.
What's the script for your custom block, and whats its model?
StartupEvents.registry("block", (event) => {
event
.create('ingot_mold','cardinal')
.model('kubejs:block/ingot_mold')
.displayName("Ingot Mold")
.soundType('copper')
.tagBlock("mineable/pickaxe")
.tagBlock('minecraft:needs_netherite_tool')
.box(3,0,5, 13,4,11)
.defaultCutout()
.resistance(1200.0)
.hardness(50.0)
.requiresTool(true)
})```
the saved model with its texture.
the model itself.
Paste version of ingot_mold.json from @gaunt leaf
Its texture.
Hello.
Is it possible to have a little help?
This bug is blocking me in the progression of my pack.
please ?;
Why does it say original post was deleted? Discord issue?
Now I don't know what issue I was supposed to help with. Sorry.
Did you get it resolved?