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

57 lines
1.6 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"3_side": "block/composter_side",
"3_top": "block/composter_top_empty",
"3_bottom": "block/composter_bottom",
"particle": "block/air"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "north"},
"south": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"up": {"uv": [0, 0, 16, 2], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "west"},
"up": {"uv": [0, 0, 2, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [0, 0, 14],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "south"},
"up": {"uv": [0, 14, 16, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "east"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"up": {"uv": [14, 0, 16, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#3_bottom"},
"down": {"uv": [0, 0, 16, 16], "texture": "#3_bottom", "cullface": "down"}
}
}
]
}