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:
parent
39cd1d5cc1
commit
ca8d4aeecf
2481 changed files with 8413 additions and 0 deletions
38
assets/minecraft/textures/models/block/lily_pad/1.json
Normal file
38
assets/minecraft/textures/models/block/lily_pad/1.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
37
assets/minecraft/textures/models/block/lily_pad/2.json
Normal file
37
assets/minecraft/textures/models/block/lily_pad/2.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue