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

35 lines
860 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"textures": {
"0": "block/rail_3d",
"particle": "block/air"
},
"elements": [
{
"from": [0, 1, 0],
"to": [16, 1, 16],
"faces": {
"up": {"uv": [8, 0, 16, 8], "texture": "#0"},
"down": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"}
}
},
{
"from": [2, 0, 0],
"to": [14, 2, 16],
"faces": {
"east": {"uv": [7, 0, 6, 8], "rotation": 90, "texture": "#0"},
"west": {"uv": [2, 0, 1, 8], "rotation": 270, "texture": "#0"},
"up": {"uv": [1, 0, 7, 8], "texture": "#0"},
"down": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [12, 0, 0],
"to": [4, 2, 16],
"faces": {
"east": {"uv": [1.5, 8, 2.5, 16], "rotation": 90, "texture": "#0"},
"west": {"uv": [5.5, 8, 6.5, 16], "rotation": 270, "texture": "#0"}
}
}
]
}