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/leaves - nobiome.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

19 lines
673 B
JSON

{
"parent": "block/block",
"textures": {
"particle": "#all"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }
}
}
]
}