From f65dcc9c6562e7d106ac89d4810c715217f2af32 Mon Sep 17 00:00:00 2001 From: Crazy132454 <98958402+Crazy132454@users.noreply.github.com> Date: Thu, 3 Feb 2022 08:05:21 -0500 Subject: [PATCH] Update copper_funnel.json --- src/main/resources/data/scf/recipes/copper_funnel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/scf/recipes/copper_funnel.json b/src/main/resources/data/scf/recipes/copper_funnel.json index 6f8eb4d..6276386 100644 --- a/src/main/resources/data/scf/recipes/copper_funnel.json +++ b/src/main/resources/data/scf/recipes/copper_funnel.json @@ -13,11 +13,11 @@ }, "C": { - "item": "c:copper_ingot" + "item": "minecraft:copper_ingot" } }, "result": { "item": "scf:copper_funnel", "count": 1 } -} \ No newline at end of file +}