diff --git a/src/main/resources/data/phycon/advancements/recipes/twisted_pair.json b/src/main/resources/data/phycon/advancements/recipes/twisted_pair.json index 50eb218..b60716c 100644 --- a/src/main/resources/data/phycon/advancements/recipes/twisted_pair.json +++ b/src/main/resources/data/phycon/advancements/recipes/twisted_pair.json @@ -6,12 +6,12 @@ ] }, "criteria": { - "has_copper_nuggets": { + "has_copper_ingots": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { - "tag": "c:copper_nuggets" + "tag": "c:copper_ingots" } ] } @@ -25,7 +25,7 @@ }, "requirements": [ [ - "has_copper_nuggets", + "has_copper_ingots", "has_the_recipe" ] ]