mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-06 23:46:03 +00:00
37 lines
No EOL
967 B
JSON
37 lines
No EOL
967 B
JSON
{
|
|
"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"}
|
|
}
|
|
}
|
|
]
|
|
} |