summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/hopper_side.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/hopper_side.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/hopper_side.json')
-rwxr-xr-xassets/minecraft/models/block/hopper_side.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/hopper_side.json b/assets/minecraft/models/block/hopper_side.json
new file mode 100755
index 00000000..7d3e4475
--- /dev/null
+++ b/assets/minecraft/models/block/hopper_side.json
@@ -0,0 +1,58 @@
1{
2 "credit": "Made with Blockbench",
3 "ambientocclusion": false,
4 "textures": {
5 "3": "block/hopper_bottom",
6 "top": "block/hopper_top",
7 "particle": "block/hopper_outside",
8 "side": "block/hopper_outside",
9 "inside": "block/hopper_inside"
10 },
11 "elements": [
12 {
13 "from": [0, 10, 0],
14 "to": [16, 16, 16],
15 "faces": {
16 "north": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "north"},
17 "east": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "east"},
18 "south": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "south"},
19 "west": {"uv": [0, 0, 16, 6], "texture": "#side", "cullface": "west"},
20 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
21 "down": {"uv": [0, 0, 16, 16], "texture": "#3"}
22 }
23 },
24 {
25 "from": [2, 10, 14],
26 "to": [14, 16, 2],
27 "faces": {
28 "north": {"uv": [2, 0, 14, 6], "texture": "#side", "cullface": "up"},
29 "east": {"uv": [14, 0, 2, 6], "texture": "#side", "cullface": "up"},
30 "south": {"uv": [2, 0, 14, 6], "texture": "#side", "cullface": "up"},
31 "west": {"uv": [14, 0, 2, 6], "texture": "#side", "cullface": "up"},
32 "down": {"uv": [2, 14, 14, 2], "rotation": 180, "texture": "#inside", "cullface": "up"}
33 }
34 },
35 {
36 "from": [4, 4, 4],
37 "to": [12, 10, 12],
38 "faces": {
39 "north": {"uv": [4, 6, 12, 12], "texture": "#side"},
40 "east": {"uv": [4, 6, 12, 12], "texture": "#side"},
41 "south": {"uv": [4, 6, 12, 12], "texture": "#side"},
42 "west": {"uv": [4, 6, 12, 12], "texture": "#side"},
43 "down": {"uv": [4, 4, 12, 12], "texture": "#3"}
44 }
45 },
46 {
47 "from": [6, 4, 0],
48 "to": [10, 8, 4],
49 "faces": {
50 "north": {"uv": [12, 12, 16, 16], "texture": "#side"},
51 "east": {"uv": [12, 8, 16, 12], "texture": "#side"},
52 "west": {"uv": [0, 8, 4, 12], "texture": "#side"},
53 "up": {"uv": [6, 12, 10, 16], "rotation": 180, "texture": "#side"},
54 "down": {"uv": [6, 12, 10, 16], "texture": "#side", "cullface": "down"}
55 }
56 }
57 ]
58} \ No newline at end of file