Skip to content

Commit 50f2841

Browse files
authored
Merge pull request #3 from MaxenceDC/patch-1
Add missing copper variants for helmets, chestplates, and leggings for 1.21.9+
2 parents 6a1c69f + a077a5b commit 50f2841

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/main/resources/assets/augment/default_enchants.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,65 @@
11
{
22
"items": {
33
"minecraft:leather_helmet": "templates/helmet",
4+
"minecraft:copper_helmet": "templates/helmet",
45
"minecraft:chainmail_helmet": "templates/helmet",
56
"minecraft:iron_helmet": "templates/helmet",
67
"minecraft:golden_helmet": "templates/helmet",
78
"minecraft:diamond_helmet": "templates/helmet",
89
"minecraft:netherite_helmet": "templates/helmet",
910
"minecraft:turtle_helmet": "templates/helmet",
1011
"minecraft:leather_chestplate": "templates/chestplate",
12+
"minecraft:copper_chestplate": "templates/chestplate",
1113
"minecraft:chainmail_chestplate": "templates/chestplate",
1214
"minecraft:iron_chestplate": "templates/chestplate",
1315
"minecraft:golden_chestplate": "templates/chestplate",
1416
"minecraft:diamond_chestplate": "templates/chestplate",
1517
"minecraft:netherite_chestplate": "templates/chestplate",
1618
"minecraft:leather_leggings": "templates/leggings",
19+
"minecraft:copper_leggings": "templates/leggings",
1720
"minecraft:chainmail_leggings": "templates/leggings",
1821
"minecraft:iron_leggings": "templates/leggings",
1922
"minecraft:golden_leggings": "templates/leggings",
2023
"minecraft:diamond_leggings": "templates/leggings",
2124
"minecraft:netherite_leggings": "templates/leggings",
2225
"minecraft:leather_boots": "templates/boots",
26+
"minecraft:copper_boots": "templates/boots",
2327
"minecraft:chainmail_boots": "templates/boots",
2428
"minecraft:iron_boots": "templates/boots",
2529
"minecraft:golden_boots": "templates/boots",
2630
"minecraft:diamond_boots": "templates/boots",
2731
"minecraft:netherite_boots": "templates/boots",
2832
"minecraft:wooden_sword": "templates/sword",
2933
"minecraft:stone_sword": "templates/sword",
34+
"minecraft:copper_sword": "templates/sword",
3035
"minecraft:iron_sword": "templates/sword",
3136
"minecraft:golden_sword": "templates/sword",
3237
"minecraft:diamond_sword": "templates/sword",
3338
"minecraft:netherite_sword": "templates/sword",
3439
"minecraft:wooden_axe": "templates/axe",
3540
"minecraft:stone_axe": "templates/axe",
41+
"minecraft:copper_axe": "templates/axe",
3642
"minecraft:iron_axe": "templates/axe",
3743
"minecraft:golden_axe": "templates/axe",
3844
"minecraft:diamond_axe": "templates/axe",
3945
"minecraft:netherite_axe": "templates/axe",
4046
"minecraft:wooden_shovel": "templates/tool",
4147
"minecraft:stone_shovel": "templates/tool",
48+
"minecraft:copper_shovel": "templates/tool",
4249
"minecraft:iron_shovel": "templates/tool",
4350
"minecraft:golden_shovel": "templates/tool",
4451
"minecraft:diamond_shovel": "templates/tool",
4552
"minecraft:netherite_shovel": "templates/tool",
4653
"minecraft:wooden_pickaxe": "templates/tool",
4754
"minecraft:stone_pickaxe": "templates/tool",
55+
"minecraft:copper_pickaxe": "templates/tool",
4856
"minecraft:iron_pickaxe": "templates/tool",
4957
"minecraft:golden_pickaxe": "templates/tool",
5058
"minecraft:diamond_pickaxe": "templates/tool",
5159
"minecraft:netherite_pickaxe": "templates/tool",
5260
"minecraft:wooden_hoe": "templates/tool",
5361
"minecraft:stone_hoe": "templates/tool",
62+
"minecraft:copper_hoe": "templates/tool",
5463
"minecraft:iron_hoe": "templates/tool",
5564
"minecraft:golden_hoe": "templates/tool",
5665
"minecraft:diamond_hoe": "templates/tool",
@@ -142,4 +151,4 @@
142151
"minecraft:looting":3
143152
}
144153
}
145-
}
154+
}

0 commit comments

Comments
 (0)