mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-05 23:16: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.
57 lines
No EOL
1.7 KiB
JSON
57 lines
No EOL
1.7 KiB
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "#activator_rail",
|
|
"activator_rail": "block/activator_rail"
|
|
},
|
|
"elements": [
|
|
{ "from": [0, 8.25, 1],
|
|
"to": [16, 8.25, 14.5],
|
|
"rotation": {
|
|
"origin": [ 8, 8.25, 8 ],
|
|
"axis": "x",
|
|
"angle": 45,
|
|
"rescale": true
|
|
},
|
|
"faces": {
|
|
"up": {"uv": [0, 0, 16, 16],"texture": "#activator_rail"}
|
|
}
|
|
},
|
|
{
|
|
"from": [2, 7.25, -0.75],
|
|
"to": [4, 8.25, 16],
|
|
"rotation": {
|
|
"origin": [ 8, 7.25, 8 ],
|
|
"axis": "x",
|
|
"angle": 45,
|
|
"rescale": true
|
|
},
|
|
"faces": {
|
|
"up": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
|
"down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
|
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
|
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
|
"north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail"},
|
|
"south": {"texture": "#activator_rail"}
|
|
}
|
|
},
|
|
{
|
|
"from": [12, 7.25, -0.75],
|
|
"to": [14, 8.25, 16],
|
|
"rotation": {
|
|
"origin": [ 8, 7.25, 8 ],
|
|
"axis": "x",
|
|
"angle": 45,
|
|
"rescale": true
|
|
},
|
|
"faces": {
|
|
"up": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
|
"down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
|
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
|
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
|
"north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail"},
|
|
"south": {"texture": "#activator_rail"}
|
|
}
|
|
}
|
|
]
|
|
} |