Add support for MultiShot enchantment #12

Merged
epCode merged 2 commits from :master into master 2021-02-18 02:22:56 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 79e03579bd - Show all commits

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 = {