diff options
Diffstat (limited to 'assets/minecraft/optifine/cem/wolf_collar.jem')
| -rwxr-xr-x | assets/minecraft/optifine/cem/wolf_collar.jem | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cem/wolf_collar.jem b/assets/minecraft/optifine/cem/wolf_collar.jem new file mode 100755 index 00000000..98339361 --- /dev/null +++ b/assets/minecraft/optifine/cem/wolf_collar.jem | |||
| @@ -0,0 +1,106 @@ | |||
| 1 | { | ||
| 2 | "textureSize": [64, 32], | ||
| 3 | "models": [ | ||
| 4 | { | ||
| 5 | "part": "head", | ||
| 6 | "id": "head", | ||
| 7 | "invertAxis": "xy", | ||
| 8 | "translate": [-1, -10.5, 7], | ||
| 9 | "boxes": [ | ||
| 10 | {"coordinates": [-3, 7.5, -9, 6, 6, 4], "textureOffset": [0, 0], "sizeAdd": 0.1}, | ||
| 11 | {"coordinates": [-3, 13.5, -7, 2, 2, 1], "textureOffset": [16, 14], "sizeAdd": 0.1}, | ||
| 12 | {"coordinates": [1, 13.5, -7, 2, 2, 1], "textureOffset": [16, 14], "sizeAdd": 0.1}, | ||
| 13 | {"coordinates": [-1.5, 7.52, -12, 3, 3, 4], "textureOffset": [0, 10], "sizeAdd": 0.1} | ||
| 14 | ] | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "part": "body", | ||
| 18 | "id": "body", | ||
| 19 | "invertAxis": "xy", | ||
| 20 | "translate": [0, -10, -2], | ||
| 21 | "submodels": [ | ||
| 22 | { | ||
| 23 | "id": "body_rotation", | ||
| 24 | "invertAxis": "xy", | ||
| 25 | "translate": [0, 10, 2], | ||
| 26 | "rotate": [-90, 0, 0], | ||
| 27 | "boxes": [ | ||
| 28 | {"coordinates": [-3, -7, -3, 6, 9, 6], "textureOffset": [18, 14], "sizeAdd": 0.1} | ||
| 29 | ] | ||
| 30 | } | ||
| 31 | ], | ||
| 32 | "animations": [ | ||
| 33 | { | ||
| 34 | "body_rotation.rx": 0 | ||
| 35 | } | ||
| 36 | ] | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "part": "mane", | ||
| 40 | "id": "mane", | ||
| 41 | "invertAxis": "xy", | ||
| 42 | "translate": [-1, -10, -2], | ||
| 43 | "submodels": [ | ||
| 44 | { | ||
| 45 | "id": "mane_rotation", | ||
| 46 | "invertAxis": "xy", | ||
| 47 | "translate": [0, 7.5, -0.5], | ||
| 48 | "rotate": [-90, 0, 0], | ||
| 49 | "boxes": [ | ||
| 50 | {"coordinates": [-4, -0.5, -0.5, 8, 6, 7], "textureOffset": [21, 0], "sizeAdd": 0.1} | ||
| 51 | ] | ||
| 52 | } | ||
| 53 | ], | ||
| 54 | "animations": [ | ||
| 55 | { | ||
| 56 | "mane_rotation.rx": 0 | ||
| 57 | } | ||
| 58 | ] | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "part": "leg1", | ||
| 62 | "id": "leg1", | ||
| 63 | "invertAxis": "xy", | ||
| 64 | "translate": [-2.5, -8, -7], | ||
| 65 | "boxes": [ | ||
| 66 | {"coordinates": [0.5, 0, 6, 2, 8, 2], "textureOffset": [0, 18], "sizeAdd": 0.1} | ||
| 67 | ] | ||
| 68 | }, | ||
| 69 | { | ||
| 70 | "part": "leg2", | ||
| 71 | "id": "leg2", | ||
| 72 | "invertAxis": "xy", | ||
| 73 | "translate": [0.5, -8, -7], | ||
| 74 | "boxes": [ | ||
| 75 | {"coordinates": [-2.5, 0, 6, 2, 8, 2], "textureOffset": [0, 18], "sizeAdd": 0.1} | ||
| 76 | ] | ||
| 77 | }, | ||
| 78 | { | ||
| 79 | "part": "leg3", | ||
| 80 | "id": "leg3", | ||
| 81 | "invertAxis": "xy", | ||
| 82 | "translate": [-2.5, -8, 4], | ||
| 83 | "boxes": [ | ||
| 84 | {"coordinates": [0.5, 0, -5, 2, 8, 2], "textureOffset": [0, 18], "sizeAdd": 0.1} | ||
| 85 | ] | ||
| 86 | }, | ||
| 87 | { | ||
| 88 | "part": "leg4", | ||
| 89 | "id": "leg4", | ||
| 90 | "invertAxis": "xy", | ||
| 91 | "translate": [0.5, -8, 4], | ||
| 92 | "boxes": [ | ||
| 93 | {"coordinates": [-2.5, 0, -5, 2, 8, 2], "textureOffset": [0, 18], "sizeAdd": 0.1} | ||
| 94 | ] | ||
| 95 | }, | ||
| 96 | { | ||
| 97 | "part": "tail", | ||
| 98 | "id": "tail", | ||
| 99 | "invertAxis": "xy", | ||
| 100 | "translate": [-1, -12, -10], | ||
| 101 | "boxes": [ | ||
| 102 | {"coordinates": [-1, 4, 9, 2, 8, 2], "textureOffset": [9, 18], "sizeAdd": 0.1} | ||
| 103 | ] | ||
| 104 | } | ||
| 105 | ] | ||
| 106 | } \ No newline at end of file | ||