My suggestion is simple
With the block.json file you can not only specify the texture and the sound of a block, but also the geometry.
{
"format_version": "1.18.0",
"furnace": {
"textures": {
"up": "furnace_top",
"down": "furnace_top",
"north": "furnace_side",
"south": "furnace_front_off",
"west": "furnace_side",
"east": "furnace_side"
},
"sound": "stone",
"geometry": "geometry.furnace"
}
}

Please sign in to leave a comment.
0 Comments