#New block not apply tags or textures.

1 messages · Page 1 of 1 (latest)

opaque zephyr
#

Kinda embarrassing to ask as it feels like this should be super duper basic.
But im trying to add this new block and it isn't getting tagged or textured properly heh.
Its gotta be something dumb right.

StartupEvents.registry('block', event => {
  // Define the properties for the falling clay block
  event.create('ulszsurvival:falling_clay',"falling")
  .material('clay')
  .hardness(0.6)
  .resistance(0.6)
  .textureAll("minecraft:block/clay")
  .tagBoth("minecraft:mineable/shovel")
  .tagBoth("artifacts:mineable/digging_claws")
  .tagBoth("minecraft:sculk_replaceable_world_gen")
  .tagBoth("minecraft:sculk_replaceable")
  .tagBoth("minecraft:axolotls_spawnable_on")
  })
vast notchBOT
#

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

opaque zephyr
#

Nevermind

#

Kubejs reload just wasn't working i had to totally restart miencraft