summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oak_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/oak_fence_side2.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/oak_fence_side2.json')
-rwxr-xr-xassets/minecraft/models/block/oak_fence_side2.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/oak_fence_side2.json b/assets/minecraft/models/block/oak_fence_side2.json
new file mode 100755
index 00000000..780e94e8
--- /dev/null
+++ b/assets/minecraft/models/block/oak_fence_side2.json
@@ -0,0 +1,28 @@
1{
2 "textures": {
3 "texture": "block/oak_fence",
4 "particle": "block/oak_planks"
5 },
6 "elements": [
7 {
8 "from": [7, 3, 0],
9 "to": [9, 15, 16],
10 "faces": {
11 "north": {"uv": [15, 1, 16, 13], "texture": "#texture", "cullface": "north"},
12 "east": {"uv": [0, 1, 16, 13], "texture": "#texture"},
13 "south": {"uv": [15, 1, 16, 13], "texture": "#texture", "cullface": "south"},
14 "west": {"uv": [0, 1, 16, 13], "texture": "#texture"},
15 "up": {"uv": [0, 1, 16, 3], "rotation": 90, "texture": "#texture"},
16 "down": {"uv": [0, 11, 16, 13], "rotation": 90, "texture": "#texture"}
17 }
18 },
19 {
20 "from": [7, 11, 0],
21 "to": [9, 7, 16],
22 "faces": {
23 "up": {"uv": [0, 9, 16, 11], "rotation": 270, "texture": "#texture"},
24 "down": {"uv": [0, 3, 16, 5], "rotation": 90, "texture": "#texture"}
25 }
26 }
27 ]
28} \ No newline at end of file