summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/tall_grass.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/blockstates/tall_grass.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/tall_grass.json')
-rwxr-xr-xassets/minecraft/blockstates/tall_grass.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/tall_grass.json b/assets/minecraft/blockstates/tall_grass.json
new file mode 100755
index 00000000..2d7900ab
--- /dev/null
+++ b/assets/minecraft/blockstates/tall_grass.json
@@ -0,0 +1,30 @@
1{
2 "multipart": [
3 {
4 "when": { "half":"lower" },
5 "apply": { "model": "minecraft:block/tall_grass_bottom" }
6 },
7 {
8 "when": { "half":"upper" },
9 "apply": { "model": "minecraft:block/tall_grass_top" }
10 },
11 {
12 "when": { "half":"upper" },
13 "apply": [
14 { "model": "minecraft:block/air", "weight": 70 },
15 { "model": "minecraft:block/fireflies_0", "weight": 1 },
16 { "model": "minecraft:block/fireflies_22", "weight": 1 },
17 { "model": "minecraft:block/fireflies_-22", "weight": 1 },
18 { "model": "minecraft:block/fireflies_0", "weight": 1, "y": 90 },
19 { "model": "minecraft:block/fireflies_22", "weight": 1, "y": 90 },
20 { "model": "minecraft:block/fireflies_-22", "weight": 1, "y": 90 },
21 { "model": "minecraft:block/fireflies_0", "weight": 1, "y": 180 },
22 { "model": "minecraft:block/fireflies_22", "weight": 1, "y": 180 },
23 { "model": "minecraft:block/fireflies_-22", "weight": 1, "y": 180 },
24 { "model": "minecraft:block/fireflies_0", "weight": 1, "y": 270 },
25 { "model": "minecraft:block/fireflies_22", "weight": 1, "y": 270 },
26 { "model": "minecraft:block/fireflies_-22", "weight": 1, "y": 270 }
27 ]
28 }
29 ]
30} \ No newline at end of file