Add MultiShot enchantment

This commit is contained in:
Code-Sploit 2021-02-17 14:28:47 +00:00
parent 377c7c760d
commit 79e03579bd
1 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ mcl_enchanting.enchantments.mending = {
}
-- requires missing MineClone2 feature
--[[mcl_enchanting.enchantments.multishot = {
mcl_enchanting.enchantments.multishot = {
name = S("Multishot"),
max_level = 1,
primary = {crossbow = true},
@ -498,7 +498,7 @@ mcl_enchanting.enchantments.mending = {
power_range_table = {{20, 50}},
inv_combat_tab = true,
inv_tool_tab = false,
}]]--
}
-- requires missing MineClone2 feature
--[[mcl_enchanting.enchantments.piercing = {