#How can I access block model after creating a block with modelJson ?

3 messages · Page 1 of 1 (latest)

stable gobletBOT
#

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

amber zephyr
#
modelJson = {
  loader: "forge:composite",
  textures: { particle: texturePath },
  parent: "block/block",
  children: {
    base: {
      parent: "block/cube_all",
      render_type: "solid",
      textures: { all: texturePath },
    },
    overlay: {
      parent: "block/cube_all",
      render_type: "translucent",
      textures: { all: `kubejs:block/overlay/layer_${i}` },
    }
  }
}
amber zephyr
#

oh wait im dumb