[antum_overrides] Do not replace 'throwing:arrow'

This commit is contained in:
AntumDeluge 2017-06-21 19:35:31 -07:00
parent a8fdc93f6d
commit dbc9ffe07f

View File

@ -15,9 +15,7 @@
-- WARNING: 'old' item will be un-registered from game & all instances converted to 'new' item.
-- Clearing this list will re-register 'old' item on following run, but will not convert
-- instances back.
local replace_items = {
{'throwing:arrow', 'castle_weapons:crossbow_bolt'},
}
local replace_items = {}
for index, item_group in ipairs(replace_items) do
antum.convertItemToAlias(item_group[1], item_group[2])