Files
minecraft-assets/assets/minecraft/models/block/pedestal.json
2025-02-03 11:41:59 +01:00

53 lines
1.4 KiB
JSON

{
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"0": "block/pedestal",
"particle": "block/amber_block"
},
"elements": [
{
"from": [0, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [8, 0, 16, 1], "texture": "#0"},
"east": {"uv": [8, 0, 16, 1], "texture": "#0"},
"south": {"uv": [8, 0, 16, 1], "texture": "#0"},
"west": {"uv": [8, 0, 16, 1], "texture": "#0"},
"up": {"uv": [8, 8, 16, 16], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 8, 8, 16], "texture": "#0"}
}
},
{
"from": [2, 2, 2],
"to": [14, 14, 14],
"faces": {
"north": {"uv": [9, 1, 15, 7], "texture": "#0"},
"east": {"uv": [9, 1, 15, 7], "texture": "#0"},
"south": {"uv": [9, 1, 15, 7], "texture": "#0"},
"west": {"uv": [9, 1, 15, 7], "texture": "#0"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [8, 0, 16, 1], "texture": "#0"},
"east": {"uv": [8, 0, 16, 1], "texture": "#0"},
"south": {"uv": [8, 0, 16, 1], "texture": "#0"},
"west": {"uv": [8, 0, 16, 1], "texture": "#0"},
"up": {"uv": [0, 8, 8, 16], "texture": "#0"},
"down": {"uv": [0, 8, 8, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [0, 16.5, 0],
"to": [16, 16.5, 16],
"faces": {
"up": {"uv": [0, 0, 8, 8], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 8, 8, 0], "texture": "#0", "cullface": "up"}
}
}
]
}