#Custom block (Create depo)

12 messages · Page 1 of 1 (latest)

midnight talonBOT
#

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

gaunt leaf
#

help please.

chrome vine
#

What's the script for your custom block, and whats its model?

gaunt leaf
#
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.

buoyant gyroBOT
#

Paste version of ingot_mold.json from @gaunt leaf

gaunt leaf
#

Its texture.

gaunt leaf
gaunt leaf
#

please ?;

chrome vine
#

Why does it say original post was deleted? Discord issue?

chrome vine