diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/heart_of_the_sea.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/heart_of_the_sea.json')
| -rwxr-xr-x | assets/minecraft/models/item/heart_of_the_sea.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/heart_of_the_sea.json b/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100755 index 00000000..7d1720ce --- /dev/null +++ b/assets/minecraft/models/item/heart_of_the_sea.json | |||
| @@ -0,0 +1,99 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "item/heart_of_the_sea_model", | ||
| 6 | "3": "item/heart_of_the_sea", | ||
| 7 | "2": "item/i_got_a_jar_of_dirt" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [6, -10, 6], | ||
| 12 | "to": [10, -10, 10], | ||
| 13 | "shade": false, | ||
| 14 | "faces": { | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#3"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [-16, 16, 14], | ||
| 20 | "to": [32, 32, 14], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 23 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 24 | } | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "from": [5, -16, 5], | ||
| 28 | "to": [11, -9, 11], | ||
| 29 | "faces": { | ||
| 30 | "north": {"uv": [5, 3, 8, 6.5], "texture": "#1"}, | ||
| 31 | "east": {"uv": [5, 3, 8, 6.5], "texture": "#1"}, | ||
| 32 | "south": {"uv": [5, 3, 8, 6.5], "texture": "#1"}, | ||
| 33 | "west": {"uv": [5, 3, 8, 6.5], "texture": "#1"}, | ||
| 34 | "up": {"uv": [5, 0, 8, 3], "texture": "#1"} | ||
| 35 | } | ||
| 36 | }, | ||
| 37 | { | ||
| 38 | "from": [6, -6, 6], | ||
| 39 | "to": [10, -4, 10], | ||
| 40 | "faces": { | ||
| 41 | "north": {"uv": [0, 2, 2, 3], "texture": "#1"}, | ||
| 42 | "east": {"uv": [0, 2, 2, 3], "texture": "#1"}, | ||
| 43 | "south": {"uv": [0, 2, 2, 3], "texture": "#1"}, | ||
| 44 | "west": {"uv": [0, 2, 2, 3], "texture": "#1"}, | ||
| 45 | "up": {"uv": [0, 0, 2, 2], "texture": "#1"} | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "from": [4.75, -16, 4.75], | ||
| 50 | "to": [11.25, -6, 11.25], | ||
| 51 | "faces": { | ||
| 52 | "north": {"uv": [2, 3, 5, 8], "texture": "#1"}, | ||
| 53 | "east": {"uv": [2, 3, 5, 8], "texture": "#1"}, | ||
| 54 | "south": {"uv": [2, 3, 5, 8], "texture": "#1"}, | ||
| 55 | "west": {"uv": [2, 3, 5, 8], "texture": "#1"}, | ||
| 56 | "up": {"uv": [2, 0, 5, 3], "texture": "#1"} | ||
| 57 | } | ||
| 58 | } | ||
| 59 | ], | ||
| 60 | "gui_light": "front", | ||
| 61 | "display": { | ||
| 62 | "thirdperson_righthand": { | ||
| 63 | "rotation": [56, 6, 3], | ||
| 64 | "translation": [-1, 10, 14], | ||
| 65 | "scale": [0.75, 0.75, 0.75] | ||
| 66 | }, | ||
| 67 | "thirdperson_lefthand": { | ||
| 68 | "rotation": [56, 6, 3], | ||
| 69 | "translation": [-1, 10, 14], | ||
| 70 | "scale": [0.75, 0.75, 0.75] | ||
| 71 | }, | ||
| 72 | "firstperson_righthand": { | ||
| 73 | "rotation": [-180, -162, -170], | ||
| 74 | "translation": [-3.5, 12.5, 3.5], | ||
| 75 | "scale": [0.5, 0.5, 0.5] | ||
| 76 | }, | ||
| 77 | "firstperson_lefthand": { | ||
| 78 | "rotation": [-180, -162, -170], | ||
| 79 | "translation": [-3.5, 12.5, 3.5], | ||
| 80 | "scale": [0.5, 0.5, 0.5] | ||
| 81 | }, | ||
| 82 | "ground": { | ||
| 83 | "translation": [0, 14, 0], | ||
| 84 | "scale": [0.6, 0.6, 0.6] | ||
| 85 | }, | ||
| 86 | "gui": { | ||
| 87 | "rotation": [270, 0, 0], | ||
| 88 | "scale": [4, 1.4, 4] | ||
| 89 | }, | ||
| 90 | "head": { | ||
| 91 | "translation": [0, 30.25, 0] | ||
| 92 | }, | ||
| 93 | "fixed": { | ||
| 94 | "rotation": [-90, 0, 0], | ||
| 95 | "translation": [0, 0, -46], | ||
| 96 | "scale": [2, 2, 2] | ||
| 97 | } | ||
| 98 | } | ||
| 99 | } \ No newline at end of file | ||