summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_pad.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/lily_pad.json')
-rwxr-xr-xassets/minecraft/models/block/lily_pad.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lily_pad.json b/assets/minecraft/models/block/lily_pad.json
new file mode 100755
index 00000000..a775a8dc
--- /dev/null
+++ b/assets/minecraft/models/block/lily_pad.json
@@ -0,0 +1,16 @@
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 "faces": {
11 "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 },
12 "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
13 }
14 }
15 ]
16}