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.
23 lines
651 B
JSON
23 lines
651 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "block/redstone_dust_dot",
|
|
"overlay": "block/redstone_dust_overlay"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 0.25, 0 ],
|
|
"to": [ 16, 0.25, 8 ],
|
|
"shade": false,
|
|
"faces": {
|
|
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 }
|
|
}
|
|
},
|
|
{ "from": [ 0, 0.25, 0 ],
|
|
"to": [ 16, 0.25, 8 ],
|
|
"shade": false,
|
|
"faces": {
|
|
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" }
|
|
}
|
|
}
|
|
]
|
|
}
|