From 1f29597cb9bb84b770ba85a9f8bf68905674ccce Mon Sep 17 00:00:00 2001
From: Kemper <9278383-Kemper-@users.noreply.gitlab.com>
Date: Sun, 24 Oct 2021 23:28:31 +0000
Subject: [PATCH] Add moonweave to the orichalcum cape recipe
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

So that the ingredients include some cloth since it’s a cape.
---
 assets/common/recipe_book.ron | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assets/common/recipe_book.ron b/assets/common/recipe_book.ron
index 38ce351956..cb49dea6fd 100644
--- a/assets/common/recipe_book.ron
+++ b/assets/common/recipe_book.ron
@@ -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),
         ],