1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-28 22:05:55 +00:00

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.
This commit is contained in:
Diab Neiroukh 2020-06-25 13:30:33 +01:00
parent 39cd1d5cc1
commit ca8d4aeecf
2481 changed files with 8413 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"textures": {
"particle": "#wall"
},
"elements": [
{ "from": [ 5, 0, 0 ],
"to": [ 11, 14, 8 ],
"faces": {
"down": { "texture": "#wall", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#wall", "cullface": "north" },
"west": { "texture": "#wall" },
"east": { "texture": "#wall" }
},
"__comment": "wall"
}
]
}