1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-07 07:56:03 +00:00
PixelPerfectionCE/assets/minecraft/models/block/lily_pad/1.json
2020-05-15 16:17:25 +02: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"}
}
}
]
}