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

70 lines
1.7 KiB
JSON

{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"4": "item/composter",
"particle": "block/composter_side",
"3_side": "block/composter_side",
"3_top": "block/composter_top",
"3_bottom": "block/composter_bottom"
},
"elements": [
{
"from": [6, 2, 6],
"to": [10, 2, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#3_bottom"}
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"up": {"uv": [0, 0, 2, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"west": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
"up": {"uv": [14, 0, 16, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"south": {"uv": [2, 0, 14, 16], "texture": "#3_side"},
"up": {"uv": [2, 0, 14, 2], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#3_side"},
"up": {"uv": [2, 14, 14, 16], "texture": "#3_top", "cullface": "up"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "west"}
}
}
]
}