forked from VoxeLibre/VoxeLibre
Add MultiShot enchantment
This commit is contained in:
parent
377c7c760d
commit
79e03579bd
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue