mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-06 15:36:03 +00:00
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.
41 lines
No EOL
1.1 KiB
JSON
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"}
|
|
}
|
|
}
|
|
]
|
|
} |