diff options
Diffstat (limited to 'assets/minecraft/models/item/leather_chestplate_amethyst_trim.json')
| -rwxr-xr-x | assets/minecraft/models/item/leather_chestplate_amethyst_trim.json | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/leather_chestplate_amethyst_trim.json b/assets/minecraft/models/item/leather_chestplate_amethyst_trim.json new file mode 100755 index 00000000..90965650 --- /dev/null +++ b/assets/minecraft/models/item/leather_chestplate_amethyst_trim.json | |||
| @@ -0,0 +1,123 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/golden_chestplate", | ||
| 3 | "texture_size": [32, 16], | ||
| 4 | "textures": { | ||
| 5 | "1": "item/leather_chestplate", | ||
| 6 | "2": "item/leather_chestplate_overlay", | ||
| 7 | "3": "block/models/armor/leather_layer_1", | ||
| 8 | "4": "block/models/armor/leather_layer_1_overlay", | ||
| 9 | "5": "item/trim/amethyst" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [6, 9, 6], | ||
| 14 | "to": [10, 9, 10], | ||
| 15 | "shade": false, | ||
| 16 | "faces": { | ||
| 17 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "tintindex": 0} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [3.5, 0, 5.9], | ||
| 22 | "to": [12.5, 12, 10.9], | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [5, 10, 7, 16], "texture": "#3", "tintindex": 0}, | ||
| 25 | "east": {"uv": [4, 10, 5, 16], "texture": "#3", "tintindex": 0}, | ||
| 26 | "south": {"uv": [8, 10, 10, 16], "texture": "#3", "tintindex": 0}, | ||
| 27 | "west": {"uv": [7, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 28 | "up": {"uv": [7, 8, 5, 10], "texture": "#3", "tintindex": 0} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [12.5, 0, 5.9], | ||
| 33 | "to": [3.5, 12, 10.9], | ||
| 34 | "faces": { | ||
| 35 | "north": {"uv": [7, 10, 5, 16], "texture": "#3", "tintindex": 0}, | ||
| 36 | "east": {"uv": [7, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 37 | "south": {"uv": [10, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 38 | "west": {"uv": [4, 10, 5, 16], "texture": "#3", "tintindex": 0} | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "from": [0, 0, 5.8], | ||
| 43 | "to": [5, 12, 10.8], | ||
| 44 | "rotation": {"angle": -22.5, "axis": "z", "origin": [4.5, 12, 10.4]}, | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [12, 10, 11, 16], "texture": "#3", "tintindex": 0}, | ||
| 47 | "south": {"uv": [14, 10, 13, 16], "texture": "#3", "tintindex": 0}, | ||
| 48 | "west": {"uv": [10, 10, 11, 16], "texture": "#3", "tintindex": 0}, | ||
| 49 | "up": {"uv": [11, 8, 12, 10], "texture": "#3", "tintindex": 0} | ||
| 50 | } | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | "from": [11, 0, 5.8], | ||
| 54 | "to": [16, 12, 10.8], | ||
| 55 | "rotation": {"angle": 22.5, "axis": "z", "origin": [11.5, 12, 10.4]}, | ||
| 56 | "faces": { | ||
| 57 | "north": {"uv": [11, 10, 12, 16], "texture": "#3", "tintindex": 0}, | ||
| 58 | "east": {"uv": [10, 10, 11, 16], "texture": "#3", "tintindex": 0}, | ||
| 59 | "south": {"uv": [13, 10, 14, 16], "texture": "#3", "tintindex": 0}, | ||
| 60 | "up": {"uv": [12, 8, 11, 10], "texture": "#3", "tintindex": 0} | ||
| 61 | } | ||
| 62 | }, | ||
| 63 | { | ||
| 64 | "from": [6, 9, 6], | ||
| 65 | "to": [10, 9, 10], | ||
| 66 | "shade": false, | ||
| 67 | "faces": { | ||
| 68 | "down": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 69 | } | ||
| 70 | }, | ||
| 71 | { | ||
| 72 | "from": [3.5, 0, 5.9], | ||
| 73 | "to": [12.5, 12, 10.9], | ||
| 74 | "faces": { | ||
| 75 | "north": {"uv": [5, 10, 7, 16], "texture": "#4"}, | ||
| 76 | "east": {"uv": [4, 10, 5, 16], "texture": "#4"}, | ||
| 77 | "south": {"uv": [8, 10, 10, 16], "texture": "#4"}, | ||
| 78 | "west": {"uv": [7, 10, 8, 16], "texture": "#4"}, | ||
| 79 | "up": {"uv": [7, 8, 5, 10], "texture": "#4"} | ||
| 80 | } | ||
| 81 | }, | ||
| 82 | { | ||
| 83 | "from": [12.5, 0, 5.9], | ||
| 84 | "to": [3.5, 12, 10.9], | ||
| 85 | "faces": { | ||
| 86 | "north": {"uv": [7, 10, 5, 16], "texture": "#4"}, | ||
| 87 | "east": {"uv": [7, 10, 8, 16], "texture": "#4"}, | ||
| 88 | "south": {"uv": [10, 10, 8, 16], "texture": "#4"}, | ||
| 89 | "west": {"uv": [4, 10, 5, 16], "texture": "#4"} | ||
| 90 | } | ||
| 91 | }, | ||
| 92 | { | ||
| 93 | "from": [0, 0, 5.8], | ||
| 94 | "to": [5, 12, 10.8], | ||
| 95 | "rotation": {"angle": -22.5, "axis": "z", "origin": [4.5, 12, 10.4]}, | ||
| 96 | "faces": { | ||
| 97 | "north": {"uv": [12, 10, 11, 16], "texture": "#4"}, | ||
| 98 | "south": {"uv": [14, 10, 13, 16], "texture": "#4"}, | ||
| 99 | "west": {"uv": [10, 10, 11, 16], "texture": "#4"}, | ||
| 100 | "up": {"uv": [11, 8, 12, 10], "texture": "#4"} | ||
| 101 | } | ||
| 102 | }, | ||
| 103 | { | ||
| 104 | "from": [11, 0, 5.8], | ||
| 105 | "to": [16, 12, 10.8], | ||
| 106 | "rotation": {"angle": 22.5, "axis": "z", "origin": [11.5, 12, 10.4]}, | ||
| 107 | "faces": { | ||
| 108 | "north": {"uv": [11, 10, 12, 16], "texture": "#4"}, | ||
| 109 | "east": {"uv": [10, 10, 11, 16], "texture": "#4"}, | ||
| 110 | "south": {"uv": [13, 10, 14, 16], "texture": "#4"}, | ||
| 111 | "up": {"uv": [12, 8, 11, 10], "texture": "#4"} | ||
| 112 | } | ||
| 113 | }, | ||
| 114 | { | ||
| 115 | "from": [6, 0, 6], | ||
| 116 | "to": [10, 0, 10], | ||
| 117 | "shade": false, | ||
| 118 | "faces": { | ||
| 119 | "down": {"uv": [0, 0, 16, 16], "texture": "#5"} | ||
| 120 | } | ||
| 121 | } | ||
| 122 | ] | ||
| 123 | } \ No newline at end of file | ||