1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-05 03:09:13 +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,38 @@
{
"__createdwith": "opl's Model Maker",
"ambientocclusion": false,
"textures": {
"particle": "block/lily_pad",
"texture": "block/lily_pad",
"flower": "block/lily_pad_flowers"
},
"elements": [
{ "from": [0, 0.25, 0],
"to": [16, 0.25, 16],
"faces": {
"up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0},
"down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0}
}
},
{
"from": [10, 0, 5],
"to": [10, 5, 13],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": {"uv": [4, 10, 12, 15],"texture": "#flower"},
"east": {"uv": [4, 10, 12, 15],"texture": "#flower"}
}
},
{
"from": [6, 0, 9],
"to": [14, 5, 9],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"north": {"uv": [4, 10, 12, 15],"texture": "#flower"},
"south": {"uv": [4, 10, 12, 15],"texture": "#flower"}
}
}
]
}

View file

@ -0,0 +1,37 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/lily_pad",
"texture": "block/lily_pad",
"flower": "block/lily_pad_flowers"
},
"elements": [
{ "from": [0, 0.25, 0],
"to": [16, 0.25, 16],
"faces": {
"up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0},
"down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0}
}
},
{
"from": [10, 0, 5],
"to": [10, 5, 13],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": {"uv": [4, 2, 12, 7],"texture": "#flower"},
"east": {"uv": [4, 2, 12, 7],"texture": "#flower"}
}
},
{
"from": [6, 0, 9],
"to": [14, 5, 9],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"north": {"uv": [4, 2, 12, 7],"texture": "#flower"},
"south": {"uv": [4, 2, 12, 7],"texture": "#flower"}
}
}
]
}