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/redstone_up.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

24 lines
707 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/redstone_dust_dot",
"line": "block/redstone_dust_line0",
"overlay": "block/redstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }
}
}
]
}