From 74e74cfae5d1be0a2910a4ea7ff4873b3b71fa72 Mon Sep 17 00:00:00 2001 From: Milopetilo <78963720+Milopetilo@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:17:21 +0100 Subject: [PATCH] Add moon tear ingot recipe (#71745) * Add moon tear ingot recipe * I can't count --- data/mods/Xedra_Evolved/recipes/blacksmithing.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/mods/Xedra_Evolved/recipes/blacksmithing.json b/data/mods/Xedra_Evolved/recipes/blacksmithing.json index f0f7506e7ddb1..fa6c892fef00b 100644 --- a/data/mods/Xedra_Evolved/recipes/blacksmithing.json +++ b/data/mods/Xedra_Evolved/recipes/blacksmithing.json @@ -65,5 +65,19 @@ [ [ "wire_draw_machine", 100 ] ] ], "components": [ [ [ "moon_tear_ingot", 1 ] ] ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "moon_tear_ingot", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 2, + "time": "30 m", + "autolearn": true, + "using": [ [ "forging_standard", 1 ], [ "bronzesmithing_tools", 1 ] ], + "tools": [ [ [ "casting_mold", -1 ] ] ], + "components": [ [ [ "scrap_moon_tears", 140 ] ] ] } ]