Add moonweave to the orichalcum cape recipe

So that the ingredients include some cloth since it’s a cape.
This commit is contained in:
Kemper 2021-10-24 23:28:31 +00:00
parent 434913b946
commit b85f535f3c

View File

@ -1728,6 +1728,7 @@
inputs: [
(Item("common.items.mineral.ingot.orichalcum"), 3),
(Item("common.items.crafting_ing.hide.plate"), 3),
(Item("common.items.crafting_ing.cloth.moonweave"), 2),
(Item("common.items.mineral.gem.diamond"), 2),
(Item("common.items.mineral.gem.sapphire"), 1),
],