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 +}