summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lily_fireflies_22.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/lily_fireflies_22.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/lily_fireflies_22.json')
-rwxr-xr-xassets/minecraft/models/block/lily_fireflies_22.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lily_fireflies_22.json b/assets/minecraft/models/block/lily_fireflies_22.json
new file mode 100755
index 00000000..ace5cec4
--- /dev/null
+++ b/assets/minecraft/models/block/lily_fireflies_22.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": 22.5, "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}