#How can I access block model after creating a block with modelJson ?
3 messages · Page 1 of 1 (latest)
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}` },
}
}
}
oh wait im dumb