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

143 lines
5.0 KiB
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/scaffolding_top",
"top": "block/scaffolding_top",
"side": "block/scaffolding_side",
"bottom": "block/scaffolding_bottom"
},
"elements": [
{
"from": [0, 15.99, 0],
"to": [16, 16, 16],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"down": { "texture": "#top", "uv": [0, 16, 16, 0] }
}
},
{
"from": [0, 0, 0],
"to": [2, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [0, 0, 14],
"to": [2, 16, 16],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [14, 0, 14],
"to": [16, 16, 16],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [14, 0, 0],
"to": [16, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"east": { "texture": "#side", "cullface": "east" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"down": { "texture": "#bottom", "cullface": "down" }
}
},
{
"from": [2, 14, 0],
"to": [14, 16, 2],
"faces": {
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "uv": [2, 2, 14, 4] },
"down": { "texture": "#bottom" }
}
},
{
"from": [2, 14, 14],
"to": [14, 16, 16],
"faces": {
"north": { "texture": "#side", "uv": [14, 0, 2, 2] },
"south": { "texture": "#side", "cullface": "south" },
"down": { "texture": "#bottom" }
}
},
{
"from": [14, 14, 2],
"to": [16, 16, 14],
"faces": {
"east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" },
"west": { "texture": "#side", "uv": [14, 2, 2, 4] },
"down": { "texture": "#bottom" }
}
},
{
"from": [0, 14, 2],
"to": [2, 16, 14],
"faces": {
"east": { "texture": "#side" },
"west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" },
"down": { "texture": "#bottom" }
}
},
{
"from": [0, 1.99, 0],
"to": [16, 2, 16],
"faces": {
"up": { "texture": "#top"},
"down": { "uv": [0, 16, 16, 0], "texture": "#top" }
}
},
{
"from": [2, 0, 0],
"to": [14, 2, 2],
"faces": {
"north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" },
"south": { "texture": "#side", "uv": [2, 2, 14, 4] },
"down": { "texture": "#bottom", "cullface": "bottom" }
}
},
{
"from": [2, 0, 14],
"to": [14, 2, 16],
"faces": {
"north": { "texture": "#side", "uv": [14, 0, 2, 2] },
"south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" },
"down": { "texture": "#bottom", "cullface": "bottom" }
}
},
{
"from": [14, 0, 2],
"to": [16, 2, 14],
"faces": {
"east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"},
"west": { "texture": "#side", "uv": [14, 2, 2, 4] },
"down": { "texture": "#bottom", "cullface": "bottom" }
}
},
{
"from": [0, 0, 2],
"to": [2, 2, 14],
"faces": {
"east": { "texture": "#side", "uv": [2, 0, 14, 2] },
"west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" },
"down": { "texture": "#bottom", "cullface": "bottom" }
}
}
]
}