summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/dead_bush_skull.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/dead_bush_skull.json')
-rwxr-xr-xassets/minecraft/models/block/dead_bush_skull.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/dead_bush_skull.json b/assets/minecraft/models/block/dead_bush_skull.json
new file mode 100755
index 00000000..b2a7af23
--- /dev/null
+++ b/assets/minecraft/models/block/dead_bush_skull.json
@@ -0,0 +1,39 @@
1{
2 "textures": {
3 "0": "block/dead_bush",
4 "1": "block/entity/skeleton/skeleton",
5 "particle": "block/dead_bush"
6 },
7 "elements": [
8 {
9 "from": [8, 0, 0],
10 "to": [8, 16, 16],
11 "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
12 "faces": {
13 "east": {"uv": [0, 0, 16, 16], "texture": "#0"},
14 "west": {"uv": [0, 0, 16, 16], "texture": "#0"}
15 }
16 },
17 {
18 "from": [8, 0, 0],
19 "to": [8, 16, 16],
20 "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
21 "faces": {
22 "east": {"uv": [0, 0, 16, 16], "texture": "#0"},
23 "west": {"uv": [0, 0, 16, 16], "texture": "#0"}
24 }
25 },
26 {
27 "from": [2.4, -5.1, 5.4],
28 "to": [10.4, 2.9, 13.4],
29 "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]},
30 "faces": {
31 "north": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#1"},
32 "east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#1"},
33 "south": {"uv": [2, 0, 4, 4], "texture": "#1"},
34 "west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#1"},
35 "up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#1"}
36 }
37 }
38 ]
39} \ No newline at end of file