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.
59 lines
No EOL
2.5 KiB
JSON
59 lines
No EOL
2.5 KiB
JSON
{
|
|
"parent": "block/door_bottom",
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "block/jungle_door_bottom",
|
|
"0": "block/jungle_door_side",
|
|
"1": "block/jungle_door_bottom"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "Element",
|
|
"from": [ 0.0, 0.0, 13.0 ],
|
|
"to": [ 3.0, 2.0, 16.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] },
|
|
"east": { "texture": "#1", "uv": [ 16.0, 14.0, 13.0, 16.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] },
|
|
"west": { "texture": "#1", "uv": [ 13.0, 14.0, 16.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 13.0 ] }
|
|
}
|
|
},
|
|
{
|
|
"name": "Element",
|
|
"from": [ 0.0, 1.0, 0.0 ],
|
|
"to": [ 3.0, 16.0, 16.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 11.0, 0.0, 8.0, 15.0 ] },
|
|
"east": { "texture": "#1", "uv": [ 16.0, 0.0, 0.0, 15.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 15.0 ] },
|
|
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 15.0 ], "cullface": "west" },
|
|
"down": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 16.0 ] }
|
|
}
|
|
},
|
|
{
|
|
"name": "Element",
|
|
"from": [ 0.0, 0.0, 7.0 ],
|
|
"to": [ 3.0, 2.0, 12.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] },
|
|
"east": { "texture": "#1", "uv": [ 12.0, 14.0, 7.0, 16.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] },
|
|
"west": { "texture": "#1", "uv": [ 7.0, 14.0, 12.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 8.0, 13.0, 11.0, 8.0 ] }
|
|
}
|
|
},
|
|
{
|
|
"name": "Element",
|
|
"from": [ 0.0, 0.0, 0.0 ],
|
|
"to": [ 3.0, 2.0, 3.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] },
|
|
"east": { "texture": "#1", "uv": [ 3.0, 14.0, 0.0, 16.0 ] },
|
|
"south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] },
|
|
"west": { "texture": "#1", "uv": [ 0.0, 14.0, 3.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 0.0, 3.0, 3.0, 0.0 ] }
|
|
}
|
|
}
|
|
]
|
|
} |