summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/calibrated_sculk_sensor.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/calibrated_sculk_sensor.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/calibrated_sculk_sensor.json')
-rwxr-xr-xassets/minecraft/models/block/calibrated_sculk_sensor.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/calibrated_sculk_sensor.json b/assets/minecraft/models/block/calibrated_sculk_sensor.json
new file mode 100755
index 00000000..ef4a2fc0
--- /dev/null
+++ b/assets/minecraft/models/block/calibrated_sculk_sensor.json
@@ -0,0 +1,73 @@
1{
2 "parent": "block/block",
3 "elements": [
4 {
5 "from": [0, 0, 0],
6 "to": [16, 8, 16],
7 "faces": {
8 "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
9 "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
10 "south": {"uv": [0, 8, 16, 16], "texture": "#calibrated_side", "cullface": "south"},
11 "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
12 "up": {"uv": [0, 0, 16, 16], "texture": "#top"},
13 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
14 }
15 },
16 {
17 "from": [-1, 8, 3],
18 "to": [7, 16, 3],
19 "rotation": {"angle": 45, "axis": "y", "origin": [3, 12, 3]},
20 "faces": {
21 "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" },
22 "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }
23 }
24 },
25 {
26 "from": [9, 8, 3],
27 "to": [17, 16, 3],
28 "rotation": {"angle": -45, "axis": "y", "origin": [13, 12, 3]},
29 "faces": {
30 "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" },
31 "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }
32 }
33 },
34 {
35 "from": [9, 8, 13],
36 "to": [17, 16, 13],
37 "rotation": {"angle": 45, "axis": "y", "origin": [13, 12, 13]},
38 "faces": {
39 "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" },
40 "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }
41 }
42 },
43 {
44 "from": [-1, 8, 13],
45 "to": [7, 16, 13],
46 "rotation": {"angle": -45, "axis": "y", "origin": [3, 12, 13]},
47 "faces": {
48 "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" },
49 "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }
50 }
51 },
52 {
53 "from": [8, 8, 0],
54 "to": [8, 24, 16],
55 "shade": false,
56 "rotation": {"angle": 45, "axis": "y", "origin": [8, 9, 8]},
57 "faces": {
58 "east": {"uv": [0, 0, 16, 16], "texture": "#amethyst"},
59 "west": {"uv": [0, 0, 16, 16], "texture": "#amethyst"}
60 }
61 },
62 {
63 "from": [0, 8, 8],
64 "to": [16, 24, 8],
65 "shade": false,
66 "rotation": {"angle": 45, "axis": "y", "origin": [8, 9, 8]},
67 "faces": {
68 "north": {"uv": [0, 0, 16, 16], "texture": "#amethyst"},
69 "south": {"uv": [0, 0, 16, 16], "texture": "#amethyst"}
70 }
71 }
72 ]
73}