summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/fence_inventory.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/fence_inventory.json')
-rwxr-xr-xassets/minecraft/models/block/fence_inventory.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/fence_inventory.json b/assets/minecraft/models/block/fence_inventory.json
new file mode 100755
index 00000000..07ab52ec
--- /dev/null
+++ b/assets/minecraft/models/block/fence_inventory.json
@@ -0,0 +1,63 @@
1{
2 "parent": "block/wall_inventory",
3 "elements": [
4 {
5 "from": [12, 0, 6],
6 "to": [16, 16, 10],
7 "faces": {
8 "north": {"uv": [0, 0, 4, 16], "texture": "#texture"},
9 "east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
10 "south": {"uv": [0, 0, 4, 16], "texture": "#texture"},
11 "west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
12 "up": {"uv": [6, 0, 10, 4], "rotation": 90, "texture": "#texture"},
13 "down": {"uv": [6, 0, 10, 4], "rotation": 270, "texture": "#texture", "cullface": "down"}
14 }
15 },
16 {
17 "from": [0, 0, 6],
18 "to": [4, 16, 10],
19 "faces": {
20 "north": {"uv": [12, 0, 16, 16], "texture": "#texture"},
21 "east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
22 "south": {"uv": [12, 0, 16, 16], "texture": "#texture"},
23 "west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
24 "up": {"uv": [6, 12, 10, 16], "rotation": 90, "texture": "#texture"},
25 "down": {"uv": [6, 12, 10, 16], "rotation": 270, "texture": "#texture", "cullface": "down"}
26 }
27 },
28 {
29 "from": [-2, 13, 7],
30 "to": [18, 15, 9],
31 "faces": {
32 "north": {"uv": [0, 1, 16, 3], "texture": "#texture"},
33 "east": {"uv": [7, 1, 9, 3], "texture": "#texture"},
34 "south": {"uv": [0, 1, 16, 3], "texture": "#texture"},
35 "west": {"uv": [7, 1, 9, 3], "texture": "#texture"},
36 "up": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#texture"},
37 "down": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#texture"}
38 }
39 },
40 {
41 "from": [-2, 5, 7],
42 "to": [18, 7, 9],
43 "faces": {
44 "north": {"uv": [0, 9, 16, 11], "texture": "#texture"},
45 "east": {"uv": [7, 9, 9, 11], "texture": "#texture"},
46 "south": {"uv": [0, 9, 16, 11], "texture": "#texture"},
47 "west": {"uv": [7, 9, 9, 11], "texture": "#texture"},
48 "up": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#texture"},
49 "down": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#texture"}
50 }
51 }
52 ],
53 "display": {
54 "gui": {
55 "rotation": [30, 135, 0],
56 "scale": [0.89531, 0.68703, 0.93047]
57 },
58 "fixed": {
59 "rotation": [0, 90, 0],
60 "scale": [0.8, 0.8, 0.8]
61 }
62 }
63} \ No newline at end of file