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/leather_leggings.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/leather_leggings.json')
| -rwxr-xr-x | assets/minecraft/models/item/leather_leggings.json | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/leather_leggings.json b/assets/minecraft/models/item/leather_leggings.json new file mode 100755 index 00000000..6683f225 --- /dev/null +++ b/assets/minecraft/models/item/leather_leggings.json | |||
| @@ -0,0 +1,187 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/golden_leggings", | ||
| 3 | "texture_size": [32, 16], | ||
| 4 | "textures": { | ||
| 5 | "1": "item/leather_leggings", | ||
| 6 | "2": "item/leather_leggings_overlay", | ||
| 7 | "3": "block/models/armor/leather_layer_2", | ||
| 8 | "4": "block/models/armor/leather_layer_2_overlay" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [6, 6, 6], | ||
| 13 | "to": [10, 6, 10], | ||
| 14 | "shade": false, | ||
| 15 | "faces": { | ||
| 16 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "tintindex": 0} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [8, -2, 6], | ||
| 21 | "to": [12, 10, 10], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [1, 10, 2, 16], "texture": "#3", "tintindex": 0}, | ||
| 24 | "east": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 25 | "south": {"uv": [3, 10, 4, 16], "texture": "#3", "tintindex": 0}, | ||
| 26 | "west": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 27 | "up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#3", "tintindex": 0} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [12, -2, 6], | ||
| 32 | "to": [8, 10, 10], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [2, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 35 | "east": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 36 | "south": {"uv": [4, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 37 | "west": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "from": [8, -2, 6], | ||
| 42 | "to": [4, 10, 10], | ||
| 43 | "faces": { | ||
| 44 | "north": {"uv": [1, 10, 2, 16], "texture": "#3", "tintindex": 0}, | ||
| 45 | "east": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 46 | "south": {"uv": [3, 10, 4, 16], "texture": "#3", "tintindex": 0}, | ||
| 47 | "west": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0} | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | "from": [4, -2, 6], | ||
| 52 | "to": [8, 10, 10], | ||
| 53 | "faces": { | ||
| 54 | "north": {"uv": [2, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 55 | "east": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 56 | "south": {"uv": [4, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 57 | "west": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 58 | "up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#3", "tintindex": 0} | ||
| 59 | } | ||
| 60 | }, | ||
| 61 | { | ||
| 62 | "from": [3.9, 10, 5.9], | ||
| 63 | "to": [12.1, 22, 10.1], | ||
| 64 | "faces": { | ||
| 65 | "north": {"uv": [5, 10, 7, 16], "texture": "#3", "tintindex": 0}, | ||
| 66 | "east": {"uv": [4, 10, 5, 16], "texture": "#3", "tintindex": 0}, | ||
| 67 | "south": {"uv": [8, 10, 10, 16], "texture": "#3", "tintindex": 0}, | ||
| 68 | "west": {"uv": [7, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 69 | "up": {"uv": [5, 8, 7, 10], "texture": "#3", "tintindex": 0} | ||
| 70 | } | ||
| 71 | }, | ||
| 72 | { | ||
| 73 | "from": [12.1, 10, 5.9], | ||
| 74 | "to": [3.9, 22, 10.1], | ||
| 75 | "faces": { | ||
| 76 | "north": {"uv": [7, 10, 5, 16], "texture": "#3", "tintindex": 0}, | ||
| 77 | "east": {"uv": [7, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 78 | "south": {"uv": [10, 10, 8, 16], "texture": "#3", "tintindex": 0}, | ||
| 79 | "west": {"uv": [4, 10, 5, 16], "texture": "#3", "tintindex": 0} | ||
| 80 | } | ||
| 81 | }, | ||
| 82 | { | ||
| 83 | "from": [6, 6, 6], | ||
| 84 | "to": [10, 6, 10], | ||
| 85 | "shade": false, | ||
| 86 | "faces": { | ||
| 87 | "down": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 88 | } | ||
| 89 | }, | ||
| 90 | { | ||
| 91 | "from": [8, -2, 6], | ||
| 92 | "to": [12, 10, 10], | ||
| 93 | "faces": { | ||
| 94 | "north": {"uv": [1, 10, 2, 16], "texture": "#4"}, | ||
| 95 | "east": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 96 | "south": {"uv": [3, 10, 4, 16], "texture": "#4"}, | ||
| 97 | "west": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 98 | "up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#4"} | ||
| 99 | } | ||
| 100 | }, | ||
| 101 | { | ||
| 102 | "from": [12, -2, 6], | ||
| 103 | "to": [8, 10, 10], | ||
| 104 | "faces": { | ||
| 105 | "north": {"uv": [2, 10, 1, 16], "texture": "#4"}, | ||
| 106 | "east": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 107 | "south": {"uv": [4, 10, 3, 16], "texture": "#4"}, | ||
| 108 | "west": {"uv": [0, 10, 1, 16], "texture": "#4"} | ||
| 109 | } | ||
| 110 | }, | ||
| 111 | { | ||
| 112 | "from": [8, -2, 6], | ||
| 113 | "to": [4, 10, 10], | ||
| 114 | "faces": { | ||
| 115 | "north": {"uv": [1, 10, 2, 16], "texture": "#4"}, | ||
| 116 | "east": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 117 | "south": {"uv": [3, 10, 4, 16], "texture": "#4"}, | ||
| 118 | "west": {"uv": [2, 10, 3, 16], "texture": "#4"} | ||
| 119 | } | ||
| 120 | }, | ||
| 121 | { | ||
| 122 | "from": [4, -2, 6], | ||
| 123 | "to": [8, 10, 10], | ||
| 124 | "faces": { | ||
| 125 | "north": {"uv": [2, 10, 1, 16], "texture": "#4"}, | ||
| 126 | "east": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 127 | "south": {"uv": [4, 10, 3, 16], "texture": "#4"}, | ||
| 128 | "west": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 129 | "up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#4"} | ||
| 130 | } | ||
| 131 | }, | ||
| 132 | { | ||
| 133 | "from": [3.9, 10, 5.9], | ||
| 134 | "to": [12.1, 22, 10.1], | ||
| 135 | "faces": { | ||
| 136 | "north": {"uv": [5, 10, 7, 16], "texture": "#4"}, | ||
| 137 | "east": {"uv": [4, 10, 5, 16], "texture": "#4"}, | ||
| 138 | "south": {"uv": [8, 10, 10, 16], "texture": "#4"}, | ||
| 139 | "west": {"uv": [7, 10, 8, 16], "texture": "#4"}, | ||
| 140 | "up": {"uv": [5, 8, 7, 10], "texture": "#4"} | ||
| 141 | } | ||
| 142 | }, | ||
| 143 | { | ||
| 144 | "from": [12.1, 10, 5.9], | ||
| 145 | "to": [3.9, 22, 10.1], | ||
| 146 | "faces": { | ||
| 147 | "north": {"uv": [7, 10, 5, 16], "texture": "#4"}, | ||
| 148 | "east": {"uv": [7, 10, 8, 16], "texture": "#4"}, | ||
| 149 | "south": {"uv": [10, 10, 8, 16], "texture": "#4"}, | ||
| 150 | "west": {"uv": [4, 10, 5, 16], "texture": "#4"} | ||
| 151 | } | ||
| 152 | } | ||
| 153 | ], | ||
| 154 | "overrides": [ | ||
| 155 | { | ||
| 156 | "model": "minecraft:item/leather_boots_quartz_trim", | ||
| 157 | "predicate": { "trim_type": 0.1 } }, | ||
| 158 | { | ||
| 159 | "model": "minecraft:item/leather_boots_iron_trim", | ||
| 160 | "predicate": { "trim_type": 0.2 } }, | ||
| 161 | { | ||
| 162 | "model": "minecraft:item/leather_boots_netherite_trim", | ||
| 163 | "predicate": { "trim_type": 0.3 } }, | ||
| 164 | { | ||
| 165 | "model": "minecraft:item/leather_boots_redstone_trim", | ||
| 166 | "predicate": { "trim_type": 0.4 } }, | ||
| 167 | { | ||
| 168 | "model": "minecraft:item/leather_boots_copper_trim", | ||
| 169 | "predicate": { "trim_type": 0.5 } }, | ||
| 170 | { | ||
| 171 | "model": "minecraft:item/leather_boots_gold_trim", | ||
| 172 | "predicate": { "trim_type": 0.6 } }, | ||
| 173 | { | ||
| 174 | "model": "minecraft:item/leather_boots_emerald_trim", | ||
| 175 | "predicate": { "trim_type": 0.7 } }, | ||
| 176 | { | ||
| 177 | "model": "minecraft:item/leather_boots_leather_trim", | ||
| 178 | "predicate": { "trim_type": 0.8 } }, | ||
| 179 | { | ||
| 180 | "model": "minecraft:item/leather_boots_lapis_trim", | ||
| 181 | "predicate": { "trim_type": 0.9 } }, | ||
| 182 | { | ||
| 183 | "model": "minecraft:item/leather_boots_amethyst_trim", | ||
| 184 | "predicate": { "trim_type": 1.0 } | ||
| 185 | } | ||
| 186 | ] | ||
| 187 | } \ No newline at end of file | ||