From 8e66deeb9d8b99734410bb03740b75b1bb62e729 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 12 May 2020 22:36:14 +0200 Subject: [PATCH] made the sky ingot from gold actually have more yield --- .../recipes/offering/sky_ingot_from_gold.json | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/main/resources/data/naturesaura/recipes/offering/sky_ingot_from_gold.json b/src/main/resources/data/naturesaura/recipes/offering/sky_ingot_from_gold.json index 2651b8ea..e25abe76 100644 --- a/src/main/resources/data/naturesaura/recipes/offering/sky_ingot_from_gold.json +++ b/src/main/resources/data/naturesaura/recipes/offering/sky_ingot_from_gold.json @@ -1,12 +1,13 @@ { - "type": "naturesaura:offering", - "input": { - "item": "naturesaura:tainted_gold" - }, - "start_item": { - "item": "naturesaura:calling_spirit" - }, - "output": { - "item": "naturesaura:sky_ingot" - } + "type": "naturesaura:offering", + "input": { + "item": "naturesaura:tainted_gold" + }, + "start_item": { + "item": "naturesaura:calling_spirit" + }, + "output": { + "item": "naturesaura:sky_ingot", + "count": 2 + } } \ No newline at end of file