1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-08 16:21:52 +00:00
PixelPerfectionCE/assets/minecraft/textures/models/block/lily_pad/1.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

38 lines
No EOL
1,015 B
JSON

{
"__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"}
}
}
]
}