summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_fireflies_45.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/lily_fireflies_45.json')
-rwxr-xr-xassets/minecraft/models/block/lily_fireflies_45.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lily_fireflies_45.json b/assets/minecraft/models/block/lily_fireflies_45.json
new file mode 100755
index 00000000..3fbffe32
--- /dev/null
+++ b/assets/minecraft/models/block/lily_fireflies_45.json
@@ -0,0 +1,27 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "block/fireflies",
5 "particle": "block/lily_pad",
6 "texture": "block/lily_pad"
7 },
8 "elements": [
9 { "from": [ 0, 0.25, 0 ],
10 "to": [ 16, 0.25, 16 ],
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 "from": [-16, 0, 8],
18 "to": [32, 32, 8],
19 "shade": false,
20 "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
21 "faces": {
22 "north": {"uv": [0, 5.4, 16, 16], "texture": "#1"},
23 "south": {"uv": [16, 0, 0, 10.6], "texture": "#1"}
24 }
25 }
26 ]
27}