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

18 lines
454 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "blocks/ladder",
"texture": "blocks/ladder"
},
"elements": [
{ "from": [ 0, 0, 15.2 ],
"to": [ 16, 16, 15.2 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}