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

129 lines
3.6 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"5": "block/cauldron_side_inner",
"6": "block/cauldron_under",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [16, 3, 16],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#6"}
}
},
{
"from": [0, 3, 0],
"to": [1, 16, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 0, 16, 1], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 0, 1, 16], "texture": "#top"}
}
},
{
"from": [0, 3, 0],
"to": [16, 3, 16],
"shade": false,
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"}
}
},
{
"from": [15, 3, 0],
"to": [16, 16, 16],
"shade": false,
"faces": {
"west": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [15, 0, 16, 16], "texture": "#top"}
}
},
{
"from": [0, 3, 0],
"to": [16, 16, 1],
"shade": false,
"faces": {
"south": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 0, 16, 1], "texture": "#top"}
}
},
{
"from": [0, 3, 15],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 15, 16, 16], "texture": "#top"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
}
},
{
"from": [0, 0, 4],
"to": [16, 3, 4],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "texture": "#side"}
}
},
{
"from": [12, 0, 0],
"to": [12, 3, 16],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"}
}
},
{
"from": [0, 0, 12],
"to": [16, 3, 12],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"}
}
},
{
"from": [4, 0, 0],
"to": [4, 3, 16],
"faces": {
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"}
}
},
{
"from": [1, 15, 1],
"to": [15, 15, 15],
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#content", "cullface": "up", "tintindex": 0}
}
}
]
}