summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cem/snow_golem.jem
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/optifine/cem/snow_golem.jem')
-rwxr-xr-xassets/minecraft/optifine/cem/snow_golem.jem87
1 files changed, 87 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cem/snow_golem.jem b/assets/minecraft/optifine/cem/snow_golem.jem
new file mode 100755
index 00000000..b04e2f9c
--- /dev/null
+++ b/assets/minecraft/optifine/cem/snow_golem.jem
@@ -0,0 +1,87 @@
1{
2 "credit": "Made with Blockbench",
3 "texture": "snow_golem.png",
4 "textureSize": [64, 64],
5 "models": [
6 {
7 "part": "head",
8 "id": "head",
9 "invertAxis": "xy",
10 "translate": [0, -20, 0],
11 "boxes": [
12 {"coordinates": [-3.5, 20, -3.5, 7, 7, 7], "textureOffset": [0, 0]}
13 ]
14 },
15 {
16 "part": "left_hand",
17 "id": "left_hand",
18 "invertAxis": "xy",
19 "translate": [4.5, -18.75, 0],
20 "submodels": [
21 {
22 "id": "left_hand_rotation",
23 "invertAxis": "xy",
24 "translate": [-4, 17.75, 0],
25 "rotate": [0, 0, 57],
26 "boxes": [
27 {"coordinates": [-12.08707, -0.38125, -1.5, 12, 1, 2], "textureOffset": [36, 0]}
28 ]
29 }
30 ],
31 "animations": [
32 {
33 "left_hand_rotation.rz": 0
34 }
35 ]
36 },
37 {
38 "part": "right_hand",
39 "id": "right_hand",
40 "invertAxis": "xy",
41 "translate": [-14.5, -18.75, 0],
42 "submodels": [
43 {
44 "id": "right_hand_flip",
45 "invertAxis": "xy",
46 "translate": [9.5, 17.75, 0],
47 "rotate": [0, -180, 0],
48 "submodels": [
49 {
50 "id": "right_hand_rotation",
51 "invertAxis": "xy",
52 "translate": [5.5, 0, 0],
53 "rotate": [0, 0, 57],
54 "boxes": [
55 {"coordinates": [-12.08707, -0.38125, -0.5, 12, 1, 2], "textureOffset": [36, 0]}
56 ]
57 }
58 ]
59 }
60 ],
61 "animations": [
62 {
63 "right_hand_rotation.rz": 0,
64 "right_hand_flip.ry": 0
65 }
66 ]
67 },
68 {
69 "part": "body",
70 "id": "body",
71 "invertAxis": "xy",
72 "translate": [0, -11, 0],
73 "boxes": [
74 {"coordinates": [-4.5, 11, -4.5, 9, 9, 9], "textureOffset": [0, 14]}
75 ]
76 },
77 {
78 "part": "body_bottom",
79 "id": "body_bottom",
80 "invertAxis": "xy",
81 "translate": [0, 0, 0],
82 "boxes": [
83 {"coordinates": [-5.5, 0, -5.5, 11, 11, 11], "textureOffset": [0, 32]}
84 ]
85 }
86 ]
87} \ No newline at end of file