forked from MineClone5/MineClone5
Fixes the old broken pull request, #1787. Co-authored-by: Emojigit <emojigit@noreply.git.minetest.land> Reviewed-on: MineClone2/MineClone2#1792 Co-authored-by: Elias Fleckenstein <eliasfleckenstein03@noreply.git.minetest.land> Co-committed-by: Elias Fleckenstein <eliasfleckenstein03@noreply.git.minetest.land>
This commit is contained in:
parent
65f7ca383e
commit
525599d340
|
@ -94,6 +94,7 @@ mcl_armor.register_set({
|
|||
feet = 3,
|
||||
},
|
||||
toughness = 3,
|
||||
repair_material = "mcl_nether:netherite_ingot",
|
||||
})
|
||||
|
||||
mcl_armor.register_protection_enchantment({
|
||||
|
|
Loading…
Reference in New Issue