ploof-pack/faithless/assets/minecraft/models/item/ladder.json

38 lines
941 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/rail",
"textures": {
"1": "item/ladder",
"particle": "block/ladder",
"texture": "block/ladder"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [2, 0, 7],
"to": [14, 16, 8.9],
"faces": {
"north": {"uv": [1, 0, 7, 16], "texture": "#texture"},
"east": {"uv": [1, 0, 2, 16], "texture": "#texture"},
"south": {"uv": [9, 0, 15, 16], "texture": "#texture", "cullface": "south"},
"west": {"uv": [6, 0, 7, 16], "texture": "#texture"},
"up": {"uv": [1, 0, 7, 2], "texture": "#texture", "cullface": "up"}
}
},
{
"from": [12, 0, 7],
"to": [4, 16, 8.9],
"faces": {
"east": {"uv": [14, 0, 15, 16], "texture": "#texture"},
"south": {"uv": [10, 0, 14, 16], "texture": "#texture"},
"west": {"uv": [9, 0, 10, 16], "texture": "#texture"}
}
}
]
}