ploof-pack/faithless/assets/minecraft/models/block/honey_block.json

33 lines
1.2 KiB
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/honey_block",
"down": "block/honey_block"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"}
}
},
{
"from": [1, 1, 1],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "north"},
"east": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "east"},
"south": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "south"},
"west": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "west"},
"up": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "up"},
"down": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "down"}
}
}
]
}