From 8b9316a2c67d3c04542bc97488cc73b61b8d2af2 Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Wed, 30 Jun 2021 22:05:48 +0300 Subject: [PATCH] Change Mortar and Pestle crafting recipe - Make it require bowl instead of coconut --- assets/common/recipe_book.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/common/recipe_book.ron b/assets/common/recipe_book.ron index d394e82db8..cb6cb55f72 100644 --- a/assets/common/recipe_book.ron +++ b/assets/common/recipe_book.ron @@ -12,7 +12,7 @@ output: ("common.items.crafting_tools.mortar_pestle", 1), inputs: [ (Item("common.items.crafting_ing.stones"), 6), - (Item("common.items.food.coconut"), 1), + (Item("common.items.crafting_ing.bowl"), 1), (Item("common.items.tool.craftsman_hammer"), 0), ], craft_sprite: Some(CraftingBench),