From 7865f2683c1f84265a395d2e0a76f95b605717ab Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 13 Nov 2023 18:30:26 +0100 Subject: [PATCH] made depth ingots much cheaper closes #330 --- .../data/naturesaura/recipes/depth_ingot_creation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/data/naturesaura/recipes/depth_ingot_creation.json b/src/main/resources/data/naturesaura/recipes/depth_ingot_creation.json index 991004b5..2f799a29 100644 --- a/src/main/resources/data/naturesaura/recipes/depth_ingot_creation.json +++ b/src/main/resources/data/naturesaura/recipes/depth_ingot_creation.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "SGS", - "GIG", - "SGS" + " I ", + "GSG", + " I " ], "key": { "I": { @@ -19,4 +19,4 @@ "result": { "item": "naturesaura:depth_ingot" } -} \ No newline at end of file +}