diff --git a/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json index ad8ac4b..0fecbc7 100644 --- a/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json @@ -44,6 +44,6 @@ } ], "result": { - "id": "minecraft:copper_nugget" + "id": "mores:copper_nugget" } } \ No newline at end of file diff --git a/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json index da26daf..fba49bb 100644 --- a/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json @@ -44,6 +44,6 @@ } ], "result": { - "id": "minecraft:copper_nugget" + "id": "mores:copper_nugget" } } \ No newline at end of file