ploof-pack/default/assets/minecraft/models/block/template_command_block.json

13 lines
247 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/cube_directional",
"textures": {
"particle": "#back",
"down": "#side",
"up": "#side",
"north": "#front",
"east": "#side",
"south": "#back",
"west": "#side"
}
}