summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_fruit_small.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/chorus_fruit_small.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/chorus_fruit_small.json')
-rwxr-xr-xassets/minecraft/models/block/chorus_fruit_small.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_fruit_small.json b/assets/minecraft/models/block/chorus_fruit_small.json
new file mode 100755
index 00000000..29257695
--- /dev/null
+++ b/assets/minecraft/models/block/chorus_fruit_small.json
@@ -0,0 +1,22 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "3": "block/chorus_fruit_small",
6 "particle": "block/chorus_plant"
7 },
8 "elements": [
9 {
10 "from": [4, 6, -3],
11 "to": [12, 14, 5],
12 "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, -1]},
13 "faces": {
14 "north": {"uv": [8, 0, 16, 8], "texture": "#3"},
15 "east": {"uv": [0, 0, 8, 8], "rotation": 90, "texture": "#3"},
16 "west": {"uv": [0, 0, 8, 8], "rotation": 270, "texture": "#3"},
17 "up": {"uv": [0, 0, 8, 8], "texture": "#3"},
18 "down": {"uv": [0, 0, 8, 8], "rotation": 180, "texture": "#3"}
19 }
20 }
21 ]
22} \ No newline at end of file