From c9b4c8a1cace690bbd499d9c73488b7cc57ef233 Mon Sep 17 00:00:00 2001 From: seventeenthShulker Date: Thu, 20 Jun 2024 17:55:47 +0100 Subject: [PATCH] Allow Unbreaking to be applied to crossbows --- mods/ITEMS/mcl_enchanting/enchantments.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_enchanting/enchantments.lua b/mods/ITEMS/mcl_enchanting/enchantments.lua index 44b3a5bd6..f4f08efab 100644 --- a/mods/ITEMS/mcl_enchanting/enchantments.lua +++ b/mods/ITEMS/mcl_enchanting/enchantments.lua @@ -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 = {},