summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oak_fence_side.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/oak_fence_side.json')
-rwxr-xr-xassets/minecraft/models/block/oak_fence_side.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/oak_fence_side.json b/assets/minecraft/models/block/oak_fence_side.json
new file mode 100755
index 00000000..25905934
--- /dev/null
+++ b/assets/minecraft/models/block/oak_fence_side.json
@@ -0,0 +1,27 @@
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, 6],
10 "faces": {
11 "north": {"uv": [15, 1, 16, 13], "texture": "#texture", "cullface": "north"},
12 "east": {"uv": [10, 1, 16, 13], "texture": "#texture"},
13 "west": {"uv": [0, 1, 6, 13], "texture": "#texture"},
14 "up": {"uv": [0, 1, 6, 3], "rotation": 90, "texture": "#texture"},
15 "down": {"uv": [10, 11, 16, 13], "rotation": 90, "texture": "#texture"}
16 }
17 },
18 {
19 "from": [7, 11, 0],
20 "to": [9, 7, 6],
21 "faces": {
22 "up": {"uv": [10, 9, 16, 11], "rotation": 270, "texture": "#texture"},
23 "down": {"uv": [10, 3, 16, 5], "rotation": 90, "texture": "#texture"}
24 }
25 }
26 ]
27} \ No newline at end of file