Fix error in conflicting recipe:

Recipe for 'castle_weapons:crossbow_bold' conflicts with
'throwing:arrow', not 'deploy_building:arrow'.
master
AntumDeluge 2017-06-21 02:02:56 -07:00
parent c486d886c2
commit 685d7cc1c0
2 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,11 @@
-- ** castle_weapons **
-- Recipe for 'deploy_building:arrow' conflicts with 'castle_weapons:crossbow_bolt'
-- Recipe for 'throwing:arrow' conflicts with 'castle_weapons:crossbow_bolt'
-- TODO: 'antum:feather' item should be moved to 'antum_items' mod
if antum.dependsSatisfied({'deploy_building', 'antum_core'}) then
if antum.dependsSatisfied({'throwing', 'antum_core'}) then
-- TODO: Possible alternate solutions:
-- * Allow 'deploy_building:arrow' to be used as ammo for 'castle_weapons:crossbow'
-- * Allow 'throwing:arrow' to be used as ammo for 'castle_weapons:crossbow'
-- FIXME: Cannot use 'antum.overrideCraftOutput' because 'minetest.clear_craft' does not allow
-- clearing craft by output with quantity. E.g., 'castle_weapons:crossbow_bolt 6'.

View File

@ -4,7 +4,6 @@ animalmaterials?
bags?
carts?
castle_weapons?
deploy_building?
dye?
ethereal?
farming?
@ -15,6 +14,7 @@ mobs?
moreblocks?
simple_protection?
stairsplus?
throwing?
unifieddyes?
vessels?
walking_light?