summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/netherite_boots.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/netherite_boots.json')
-rwxr-xr-xassets/minecraft/models/item/netherite_boots.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/netherite_boots.json b/assets/minecraft/models/item/netherite_boots.json
new file mode 100755
index 00000000..995d9b1e
--- /dev/null
+++ b/assets/minecraft/models/item/netherite_boots.json
@@ -0,0 +1,40 @@
1{
2 "parent": "item/golden_boots",
3 "textures": {
4 "1": "item/netherite_boots",
5 "lantern": "block/models/armor/netherite_layer_1"
6 },
7 "overrides": [
8 {
9 "model": "minecraft:item/netherite_boots_quartz_trim",
10 "predicate": { "trim_type": 0.1 } },
11 {
12 "model": "minecraft:item/netherite_boots_iron_trim",
13 "predicate": { "trim_type": 0.2 } },
14 {
15 "model": "minecraft:item/netherite_boots_netherite_trim",
16 "predicate": { "trim_type": 0.3 } },
17 {
18 "model": "minecraft:item/netherite_boots_redstone_trim",
19 "predicate": { "trim_type": 0.4 } },
20 {
21 "model": "minecraft:item/netherite_boots_copper_trim",
22 "predicate": { "trim_type": 0.5 } },
23 {
24 "model": "minecraft:item/netherite_boots_gold_trim",
25 "predicate": { "trim_type": 0.6 } },
26 {
27 "model": "minecraft:item/netherite_boots_emerald_trim",
28 "predicate": { "trim_type": 0.7 } },
29 {
30 "model": "minecraft:item/netherite_boots_diamond_trim",
31 "predicate": { "trim_type": 0.8 } },
32 {
33 "model": "minecraft:item/netherite_boots_lapis_trim",
34 "predicate": { "trim_type": 0.9 } },
35 {
36 "model": "minecraft:item/netherite_boots_amethyst_trim",
37 "predicate": { "trim_type": 1.0 }
38 }
39 ]
40} \ No newline at end of file