]> git.lizzy.rs Git - Crafter.git/commitdiff
Stop enchanting from being so annoying
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 17 Jun 2020 21:51:14 +0000 (17:51 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 17 Jun 2020 21:51:14 +0000 (17:51 -0400)
mods/enchanting/init.lua

index e1e9bbf4ed313835d6cbf474fc1a9d3d0deb7106..f4c610d2b34938c5e195a96fb6d375b302f53d42 100644 (file)
@@ -9,7 +9,7 @@ autorepair - tool will repair itself randomly
 spiky - the tool will randomly hurt you when used
 sharpness - the tool does more damage
 ]]--
-local enchantment_list = {"swiftness", "durable", "slippery", "careful", "fortune", "autorepair", "spiky", "sharpness", "treecapitator"}
+local enchantment_list = {"swiftness", "durable", "careful", "fortune", "autorepair",  "sharpness"}
 
 local temp_names = {"Monster", "Behemoth", "Ultra", "Wow!", "Oh Em Gee", "The Ultimatum", "Holy Moly!", "Infinity"}