summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/wall_inventory.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/wall_inventory.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/wall_inventory.json')
-rwxr-xr-xassets/minecraft/models/block/wall_inventory.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/wall_inventory.json b/assets/minecraft/models/block/wall_inventory.json
new file mode 100755
index 00000000..fccbf147
--- /dev/null
+++ b/assets/minecraft/models/block/wall_inventory.json
@@ -0,0 +1,47 @@
1{
2 "parent": "block/block",
3 "elements": [
4 {
5 "from": [12, 0, 4],
6 "to": [20, 16, 12],
7 "faces": {
8 "north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
9 "east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
10 "south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
11 "west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
12 "up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
13 "down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
14 }
15 },
16 {
17 "from": [-4, 0, 4],
18 "to": [4, 16, 12],
19 "faces": {
20 "north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
21 "east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
22 "south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
23 "west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
24 "up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
25 "down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
26 }
27 },
28 {
29 "from": [0, 0, 5],
30 "to": [16, 13, 11],
31 "faces": {
32 "north": {"uv": [0, 3, 16, 16], "texture": "#wall"},
33 "east": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "north"},
34 "south": {"uv": [0, 3, 16, 16], "texture": "#wall"},
35 "west": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "south"},
36 "up": {"uv": [5, 0, 11, 16], "rotation": 90, "texture": "#wall"},
37 "down": {"uv": [5, 0, 11, 16], "rotation": 270, "texture": "#wall", "cullface": "down"}
38 }
39 }
40 ],
41 "display": {
42 "gui": {
43 "rotation": [21.46, -40.63, 0.08],
44 "scale": [0.63, 0.63, 0.63]
45 }
46 }
47} \ No newline at end of file