diff options
Diffstat (limited to 'assets/minecraft/models/block/lily_pad_45.json')
| -rwxr-xr-x | assets/minecraft/models/block/lily_pad_45.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lily_pad_45.json b/assets/minecraft/models/block/lily_pad_45.json new file mode 100755 index 00000000..9beda7d3 --- /dev/null +++ b/assets/minecraft/models/block/lily_pad_45.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/lily_pad", | ||
| 5 | "texture": "block/lily_pad" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { "from": [ 0, 0.25, 0 ], | ||
| 9 | "to": [ 16, 0.25, 16 ], | ||
| 10 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 11 | "faces": { | ||
| 12 | "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, | ||
| 13 | "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } | ||
| 14 | } | ||
| 15 | } | ||
| 16 | ] | ||
| 17 | } | ||