summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/jungle_fence_side.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/jungle_fence_side.json')
-rwxr-xr-xassets/minecraft/models/block/jungle_fence_side.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/jungle_fence_side.json b/assets/minecraft/models/block/jungle_fence_side.json
new file mode 100755
index 00000000..6ac7c388
--- /dev/null
+++ b/assets/minecraft/models/block/jungle_fence_side.json
@@ -0,0 +1,45 @@
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": [7, 11, 0],
22 "to": [9, 15, 6],
23 "faces": {
24 "down": {"uv": [10, 4, 16, 6], "rotation": 90, "texture": "#texture"}
25 }
26 },
27 {
28 "from": [7, 3, 0],
29 "to": [9, 7, 6],
30 "faces": {
31 "up": {"uv": [10, 10, 16, 12], "rotation": 90, "texture": "#texture"}
32 }
33 },
34 {
35 "from": [7, 3, 0],
36 "to": [9, 15, 6],
37 "faces": {
38 "east": {"uv": [10, 2, 16, 14], "texture": "#texture"},
39 "west": {"uv": [0, 2, 6, 14], "texture": "#texture"},
40 "up": {"uv": [10, 2, 16, 4], "rotation": 90, "texture": "#texture"},
41 "down": {"uv": [10, 12, 16, 14], "rotation": 90, "texture": "#texture"}
42 }
43 }
44 ]
45} \ No newline at end of file