Allow Unbreaking to be applied to crossbows

This commit is contained in:
seventeenthShulker 2024-06-20 17:55:47 +01:00
parent 744b47088b
commit d3f3697441
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ mcl_enchanting.enchantments.soul_speed = {
mcl_enchanting.enchantments.unbreaking = {
name = S("Unbreaking"),
max_level = 3,
primary = {armor_head = true, armor_torso = true, armor_legs = true, armor_feet = true, pickaxe = true, shovel = true, axe = true, hoe = true, sword = true, fishing_rod = true, bow = true},
primary = {armor_head = true, armor_torso = true, armor_legs = true, armor_feet = true, pickaxe = true, shovel = true, axe = true, hoe = true, sword = true, fishing_rod = true, bow = true, crossbow = true},
secondary = {tool = true},
disallow = {non_combat_armor = true},
incompatible = {},