minecraft-assets/assets/minecraft/models/block/composter.json

60 lines
2.3 KiB
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/composter_side",
"top": "block/composter_top",
"bottom": "block/composter_bottom",
"side": "block/composter_side",
"inside": "block/composter_bottom"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 2, 14 ],
"faces": {
"up": { "texture": "#inside", "cullface": "up" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "up" }
}
},
{ "from": [ 14, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "up" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 0, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "up" }
}
},
{ "from": [ 2, 0, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "up" },
"south": { "texture": "#side", "cullface": "south" }
}
}
]
}