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