summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sculk_shrieker.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sculk_shrieker.json')
-rwxr-xr-xassets/minecraft/models/block/sculk_shrieker.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sculk_shrieker.json b/assets/minecraft/models/block/sculk_shrieker.json
new file mode 100755
index 00000000..7198508c
--- /dev/null
+++ b/assets/minecraft/models/block/sculk_shrieker.json
@@ -0,0 +1,54 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "4": "block/sculk_shrieker_side_outer",
5 "particle": "block/sculk_particle",
6 "bottom": "block/sculk_shrieker_bottom",
7 "side": "block/sculk_shrieker_side",
8 "top": "block/sculk_shrieker_top",
9 "inner_top": "block/sculk_shrieker_inner_top"
10 },
11 "elements": [
12 {
13 "from": [0, 0, 0],
14 "to": [16, 8, 16],
15 "faces": {
16 "up": {"uv": [0, 0, 16, 16], "texture": "#inner_top"},
17 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
18 }
19 },
20 {
21 "from": [0, 0, 0],
22 "to": [16, 10, 16],
23 "faces": {
24 "north": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "north"},
25 "east": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "east"},
26 "south": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "south"},
27 "west": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "west"},
28 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
29 }
30 },
31 {
32 "from": [1, 8, 1],
33 "to": [15, 16, 15],
34 "faces": {
35 "north": {"uv": [1, 0, 15, 8], "texture": "#side"},
36 "east": {"uv": [1, 0, 15, 8], "texture": "#side"},
37 "south": {"uv": [1, 0, 15, 8], "texture": "#side"},
38 "west": {"uv": [1, 0, 15, 8], "texture": "#side"},
39 "up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
40 }
41 },
42 {
43 "from": [15, 8, 1],
44 "to": [1, 16, 15],
45 "faces": {
46 "north": {"uv": [1, 0, 15, 8], "texture": "#side"},
47 "east": {"uv": [1, 0, 15, 8], "texture": "#side"},
48 "south": {"uv": [1, 0, 15, 8], "texture": "#side"},
49 "west": {"uv": [1, 0, 15, 8], "texture": "#side"},
50 "up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
51 }
52 }
53 ]
54} \ No newline at end of file