diff options
Diffstat (limited to 'assets/minecraft/models/item/leather_boots.json')
| -rwxr-xr-x | assets/minecraft/models/item/leather_boots.json | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/leather_boots.json b/assets/minecraft/models/item/leather_boots.json new file mode 100755 index 00000000..bc604fd3 --- /dev/null +++ b/assets/minecraft/models/item/leather_boots.json | |||
| @@ -0,0 +1,144 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/golden_boots", | ||
| 3 | "textures": { | ||
| 4 | "1": "item/leather_boots", | ||
| 5 | "2": "item/leather_boots_overlay", | ||
| 6 | "3": "block/models/armor/leather_layer_1", | ||
| 7 | "4": "block/models/armor/leather_layer_1_overlay" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [6, 0, 6], | ||
| 12 | "to": [10, 0, 10], | ||
| 13 | "shade": false, | ||
| 14 | "faces": { | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "tintindex": 0} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [7, 0, 5], | ||
| 20 | "to": [13, 12, 11], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [1, 10, 2, 16], "texture": "#3", "tintindex": 0}, | ||
| 23 | "east": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 24 | "south": {"uv": [3, 10, 4, 16], "texture": "#3", "tintindex": 0}, | ||
| 25 | "west": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 26 | "up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#3", "tintindex": 0} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [13, 0, 5], | ||
| 31 | "to": [7, 12, 11], | ||
| 32 | "faces": { | ||
| 33 | "north": {"uv": [2, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 34 | "east": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 35 | "south": {"uv": [4, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 36 | "west": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [9, 0, 5], | ||
| 41 | "to": [3, 12, 11], | ||
| 42 | "faces": { | ||
| 43 | "north": {"uv": [1, 10, 2, 16], "texture": "#3", "tintindex": 0}, | ||
| 44 | "east": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 45 | "south": {"uv": [3, 10, 4, 16], "texture": "#3", "tintindex": 0}, | ||
| 46 | "west": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0} | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "from": [3, 0, 5], | ||
| 51 | "to": [9, 12, 11], | ||
| 52 | "faces": { | ||
| 53 | "north": {"uv": [2, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 54 | "east": {"uv": [2, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 55 | "south": {"uv": [4, 10, 3, 16], "texture": "#3", "tintindex": 0}, | ||
| 56 | "west": {"uv": [0, 10, 1, 16], "texture": "#3", "tintindex": 0}, | ||
| 57 | "up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#3", "tintindex": 0} | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "from": [6, 0, 6], | ||
| 62 | "to": [10, 0, 10], | ||
| 63 | "shade": false, | ||
| 64 | "faces": { | ||
| 65 | "down": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 66 | } | ||
| 67 | }, | ||
| 68 | { | ||
| 69 | "from": [7, 0, 5], | ||
| 70 | "to": [13, 12, 11], | ||
| 71 | "faces": { | ||
| 72 | "north": {"uv": [1, 10, 2, 16], "texture": "#4"}, | ||
| 73 | "east": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 74 | "south": {"uv": [3, 10, 4, 16], "texture": "#4"}, | ||
| 75 | "west": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 76 | "up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#4"} | ||
| 77 | } | ||
| 78 | }, | ||
| 79 | { | ||
| 80 | "from": [13, 0, 5], | ||
| 81 | "to": [7, 12, 11], | ||
| 82 | "faces": { | ||
| 83 | "north": {"uv": [2, 10, 1, 16], "texture": "#4"}, | ||
| 84 | "east": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 85 | "south": {"uv": [4, 10, 3, 16], "texture": "#4"}, | ||
| 86 | "west": {"uv": [0, 10, 1, 16], "texture": "#4"} | ||
| 87 | } | ||
| 88 | }, | ||
| 89 | { | ||
| 90 | "from": [9, 0, 5], | ||
| 91 | "to": [3, 12, 11], | ||
| 92 | "faces": { | ||
| 93 | "north": {"uv": [1, 10, 2, 16], "texture": "#4"}, | ||
| 94 | "east": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 95 | "south": {"uv": [3, 10, 4, 16], "texture": "#4"}, | ||
| 96 | "west": {"uv": [2, 10, 3, 16], "texture": "#4"} | ||
| 97 | } | ||
| 98 | }, | ||
| 99 | { | ||
| 100 | "from": [3, 0, 5], | ||
| 101 | "to": [9, 12, 11], | ||
| 102 | "faces": { | ||
| 103 | "north": {"uv": [2, 10, 1, 16], "texture": "#4"}, | ||
| 104 | "east": {"uv": [2, 10, 3, 16], "texture": "#4"}, | ||
| 105 | "south": {"uv": [4, 10, 3, 16], "texture": "#4"}, | ||
| 106 | "west": {"uv": [0, 10, 1, 16], "texture": "#4"}, | ||
| 107 | "up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#4"} | ||
| 108 | } | ||
| 109 | } | ||
| 110 | ], | ||
| 111 | "overrides": [ | ||
| 112 | { | ||
| 113 | "model": "minecraft:item/leather_boots_quartz_trim", | ||
| 114 | "predicate": { "trim_type": 0.1 } }, | ||
| 115 | { | ||
| 116 | "model": "minecraft:item/leather_boots_iron_trim", | ||
| 117 | "predicate": { "trim_type": 0.2 } }, | ||
| 118 | { | ||
| 119 | "model": "minecraft:item/leather_boots_netherite_trim", | ||
| 120 | "predicate": { "trim_type": 0.3 } }, | ||
| 121 | { | ||
| 122 | "model": "minecraft:item/leather_boots_redstone_trim", | ||
| 123 | "predicate": { "trim_type": 0.4 } }, | ||
| 124 | { | ||
| 125 | "model": "minecraft:item/leather_boots_copper_trim", | ||
| 126 | "predicate": { "trim_type": 0.5 } }, | ||
| 127 | { | ||
| 128 | "model": "minecraft:item/leather_boots_gold_trim", | ||
| 129 | "predicate": { "trim_type": 0.6 } }, | ||
| 130 | { | ||
| 131 | "model": "minecraft:item/leather_boots_emerald_trim", | ||
| 132 | "predicate": { "trim_type": 0.7 } }, | ||
| 133 | { | ||
| 134 | "model": "minecraft:item/leather_boots_leather_trim", | ||
| 135 | "predicate": { "trim_type": 0.8 } }, | ||
| 136 | { | ||
| 137 | "model": "minecraft:item/leather_boots_lapis_trim", | ||
| 138 | "predicate": { "trim_type": 0.9 } }, | ||
| 139 | { | ||
| 140 | "model": "minecraft:item/leather_boots_amethyst_trim", | ||
| 141 | "predicate": { "trim_type": 1.0 } | ||
| 142 | } | ||
| 143 | ] | ||
| 144 | } \ No newline at end of file | ||