1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 15:36:03 +00:00
PixelPerfectionCE/assets/minecraft/textures/models/block/ladder.json
Diab Neiroukh ca8d4aeecf Add missing textures and models from Chorus' Version
This also helps in preparing for the Nether Update (1.16). Textures were
optimised using OptiPNG by:

optipng -o7 -nx

followed by a second run with the defaults.
2020-06-25 13:31:04 +01:00

41 lines
No EOL
1.1 KiB
JSON

{
"__createdwith": "opl's Model Maker",
"ambientocclusion": false,
"textures": {
"particle": "block/ladder",
"texture": "block/ladder"
},
"elements": [
{ "from": [0, 0, 15.2],
"to": [16, 16, 15.2],
"faces": {
"north": {"uv": [0, 0, 16, 16],"texture": "#texture"},
"south": {"uv": [0, 0, 16, 16],"texture": "#texture"}
}
},
{
"from": [1, 12, 14.5],
"to": [15, 14, 15.5],
"faces": {
"up": {"uv": [1, 2, 15, 3],"texture": "#texture"},
"down": {"uv": [1, 3, 15, 4],"texture": "#texture"},
"west": {"uv": [14, 2, 15, 4],"texture": "#texture"},
"east": {"uv": [14, 2, 15, 4],"texture": "#texture"},
"north": {"texture": "#texture"},
"south": {"texture": "#texture"}
}
},
{
"from": [1, 4, 14.5],
"to": [15, 6, 15.5],
"faces": {
"up": {"uv": [1, 10, 15, 11],"texture": "#texture"},
"down": {"uv": [1, 11, 15, 12],"texture": "#texture"},
"west": {"uv": [14, 10, 15, 12],"texture": "#texture"},
"east": {"uv": [14, 10, 15, 12],"texture": "#texture"},
"north": {"texture": "#texture"},
"south": {"texture": "#texture"}
}
}
]
}