summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/spruce_fence_side.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/spruce_fence_side.json')
-rwxr-xr-xassets/minecraft/models/block/spruce_fence_side.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/spruce_fence_side.json b/assets/minecraft/models/block/spruce_fence_side.json
new file mode 100755
index 00000000..c6db3f36
--- /dev/null
+++ b/assets/minecraft/models/block/spruce_fence_side.json
@@ -0,0 +1,32 @@
1{
2 "textures": {
3 "texture": "block/spruce_fence",
4 "particle": "block/spruce_planks"
5 },
6 "elements": [
7 {
8 "from": [6.75, 6.3, 0.05],
9 "to": [8.75, 9.3, 10],
10 "rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 0]},
11 "faces": {
12 "north": {"uv": [12, 7, 14, 10], "texture": "#texture", "cullface": "north"},
13 "east": {"uv": [13, 0, 16, 10], "rotation": 270, "texture": "#texture"},
14 "west": {"uv": [13, 0, 16, 10], "rotation": 270, "texture": "#texture"},
15 "up": {"uv": [12, 0, 14, 10], "texture": "#texture"},
16 "down": {"uv": [12, 0, 14, 10], "texture": "#texture"}
17 }
18 },
19 {
20 "from": [7.25, 6.35, -0.05],
21 "to": [9.25, 9.35, 10],
22 "rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 0]},
23 "faces": {
24 "north": {"uv": [14, 6, 16, 9], "texture": "#texture", "cullface": "north"},
25 "east": {"uv": [12, 6, 15, 16], "rotation": 270, "texture": "#texture"},
26 "west": {"uv": [12, 6, 15, 16], "rotation": 270, "texture": "#texture"},
27 "up": {"uv": [14, 6, 16, 16], "texture": "#texture"},
28 "down": {"uv": [14, 6, 16, 16], "texture": "#texture"}
29 }
30 }
31 ]
32} \ No newline at end of file