From 0d310e6d1eaf94443ee972ada615771fafe42dca Mon Sep 17 00:00:00 2001 From: Saereth Date: Fri, 24 May 2024 09:38:24 -0700 Subject: [PATCH] Update torch_placer.json Fixes invalid recipe for tri torch placer --- .../data/stevescarts/recipes/module/torch_placer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/stevescarts/recipes/module/torch_placer.json b/src/main/resources/data/stevescarts/recipes/module/torch_placer.json index 559b480c..21a22819 100644 --- a/src/main/resources/data/stevescarts/recipes/module/torch_placer.json +++ b/src/main/resources/data/stevescarts/recipes/module/torch_placer.json @@ -7,7 +7,7 @@ ], "key": { "X": { - "item": "stevescarts:component_tri-torch" + "item": "stevescarts:component_tri_torch" }, "#": { "item": "minecraft:iron_ingot" @@ -16,4 +16,4 @@ "result": { "item": "stevescarts:module_torch_placer" } -} \ No newline at end of file +}