summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_pad_-22.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/lily_pad_-22.json')
-rwxr-xr-xassets/minecraft/models/block/lily_pad_-22.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lily_pad_-22.json b/assets/minecraft/models/block/lily_pad_-22.json
new file mode 100755
index 00000000..b24459d1
--- /dev/null
+++ b/assets/minecraft/models/block/lily_pad_-22.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": -22.5, "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}