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