SangeFault/assets/minecraft/models/block/template_command_block.json

13 lines
247 B
JSON
Raw Normal View History

{
"parent": "block/cube_directional",
"textures": {
"particle": "#back",
"down": "#side",
"up": "#side",
"north": "#front",
"east": "#side",
"south": "#back",
"west": "#side"
}
}