summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_large_leaves.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/bamboo_large_leaves.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/bamboo_large_leaves.json')
-rwxr-xr-xassets/minecraft/models/block/bamboo_large_leaves.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bamboo_large_leaves.json b/assets/minecraft/models/block/bamboo_large_leaves.json
new file mode 100755
index 00000000..81ce6da6
--- /dev/null
+++ b/assets/minecraft/models/block/bamboo_large_leaves.json
@@ -0,0 +1,34 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "2": "block/bamboo_stalk",
5 "particle": "block/bamboo_stalk_leaves",
6 "all": "block/bamboo_stalk_leaves"
7 },
8 "elements": [
9 {
10 "from": [6.5, 0, 0.5],
11 "to": [9.5, 16, 15.5],
12 "faces": {
13 "east": {"uv": [0, 0, 15, 16], "texture": "#all"},
14 "west": {"uv": [0, 0, 15, 16], "texture": "#all"}
15 }
16 },
17 {
18 "from": [0.5, 0, 6.5],
19 "to": [15.5, 16, 9.5],
20 "faces": {
21 "north": {"uv": [0, 0, 15, 16], "texture": "#all"},
22 "south": {"uv": [0, 0, 15, 16], "texture": "#all"},
23 "up": {"uv": [13, 0, 16, 3], "texture": "#all", "cullface": "up"}
24 }
25 },
26 {
27 "from": [6.5, 15, 6.5],
28 "to": [9.5, 16, 9.5],
29 "faces": {
30 "up": {"uv": [13, 0, 16, 3], "texture": "#2", "cullface": "up"}
31 }
32 }
33 ]
34} \ No newline at end of file