summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cactus3.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/cactus3.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/cactus3.json')
-rwxr-xr-xassets/minecraft/models/block/cactus3.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cactus3.json b/assets/minecraft/models/block/cactus3.json
new file mode 100755
index 00000000..f8a59576
--- /dev/null
+++ b/assets/minecraft/models/block/cactus3.json
@@ -0,0 +1,47 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "3": "block/cactus_parts",
5 "bottom": "block/cactus_bottom",
6 "top": "block/cactus_top",
7 "particle": "block/cactus_bottom",
8 "side": "block/cactus_side"
9 },
10 "elements": [
11 {
12 "from": [0, 0, 0],
13 "to": [16, 16, 16],
14 "faces": {
15 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
16 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
17 }
18 },
19 {
20 "from": [0, 0, 1],
21 "to": [16, 16, 15],
22 "faces": {
23 "north": {"uv": [0, 0, 16, 16], "texture": "#side"},
24 "south": {"uv": [0, 0, 16, 16], "texture": "#side"}
25 }
26 },
27 {
28 "from": [1, 0, 0],
29 "to": [15, 16, 16],
30 "faces": {
31 "east": {"uv": [0, 0, 16, 16], "texture": "#side"},
32 "west": {"uv": [0, 0, 16, 16], "texture": "#side"}
33 }
34 },
35 {
36 "from": [5, 5, 15],
37 "to": [11, 11, 21],
38 "faces": {
39 "east": {"uv": [9.5, 13, 12.5, 16], "rotation": 180, "texture": "#3"},
40 "south": {"uv": [9.5, 0, 12.5, 3], "texture": "#3"},
41 "west": {"uv": [12.5, 13, 9.5, 16], "rotation": 180, "texture": "#3"},
42 "up": {"uv": [9.5, 13, 12.5, 16], "rotation": 90, "texture": "#3"},
43 "down": {"uv": [9.5, 13, 12.5, 16], "rotation": 270, "texture": "#3"}
44 }
45 }
46 ]
47} \ No newline at end of file