diff --git a/src/main/resources/data/netheriteextras/recipes/enchanted_netherite_apple_smithing.json b/src/main/resources/data/netheriteextras/recipes/enchanted_netherite_apple_smithing.json index 0e4b58a..7273de4 100644 --- a/src/main/resources/data/netheriteextras/recipes/enchanted_netherite_apple_smithing.json +++ b/src/main/resources/data/netheriteextras/recipes/enchanted_netherite_apple_smithing.json @@ -7,7 +7,8 @@ "item": "minecraft:enchanted_golden_apple" }, "result": { - "item": "netheriteextras:enchanted_netherite_apple" + "count": 1, + "id": "netheriteextras:enchanted_netherite_apple" }, "template": { "item": "minecraft:netherite_upgrade_smithing_template" diff --git a/src/main/resources/data/netheriteextras/recipes/netherite_apple_smithing.json b/src/main/resources/data/netheriteextras/recipes/netherite_apple_smithing.json index f479a18..0c96b82 100644 --- a/src/main/resources/data/netheriteextras/recipes/netherite_apple_smithing.json +++ b/src/main/resources/data/netheriteextras/recipes/netherite_apple_smithing.json @@ -7,7 +7,8 @@ "item": "minecraft:golden_apple" }, "result": { - "item": "netheriteextras:netherite_apple" + "count": 1, + "id": "netheriteextras:netherite_apple" }, "template": { "item": "minecraft:netherite_upgrade_smithing_template" diff --git a/src/main/resources/data/netheriteextras/recipes/netherite_horse_armor_smithing.json b/src/main/resources/data/netheriteextras/recipes/netherite_horse_armor_smithing.json index 365f97d..ce5664c 100644 --- a/src/main/resources/data/netheriteextras/recipes/netherite_horse_armor_smithing.json +++ b/src/main/resources/data/netheriteextras/recipes/netherite_horse_armor_smithing.json @@ -7,7 +7,8 @@ "item": "minecraft:diamond_horse_armor" }, "result": { - "item": "netheriteextras:netherite_horse_armor" + "count": 1, + "id": "netheriteextras:netherite_horse_armor" }, "template": { "item": "minecraft:netherite_upgrade_smithing_template" diff --git a/src/main/resources/data/netheriteextras/recipes/netherite_ingot_from_nuggets.json b/src/main/resources/data/netheriteextras/recipes/netherite_ingot_from_nuggets.json index 4868255..1f734ab 100644 --- a/src/main/resources/data/netheriteextras/recipes/netherite_ingot_from_nuggets.json +++ b/src/main/resources/data/netheriteextras/recipes/netherite_ingot_from_nuggets.json @@ -13,6 +13,7 @@ "###" ], "result": { - "item": "minecraft:netherite_ingot" + "count": 1, + "id": "minecraft:netherite_ingot" } } \ No newline at end of file diff --git a/src/main/resources/data/netheriteextras/recipes/netherite_nugget.json b/src/main/resources/data/netheriteextras/recipes/netherite_nugget.json index 0f9069c..a0e835f 100644 --- a/src/main/resources/data/netheriteextras/recipes/netherite_nugget.json +++ b/src/main/resources/data/netheriteextras/recipes/netherite_nugget.json @@ -8,6 +8,6 @@ ], "result": { "count": 9, - "item": "netheriteextras:netherite_nugget" + "id": "netheriteextras:netherite_nugget" } } \ No newline at end of file diff --git a/src/main/resources/data/netheriteextras/recipes/netherite_wolf_armor_smithing.json b/src/main/resources/data/netheriteextras/recipes/netherite_wolf_armor_smithing.json index 5146adf..c8dcacb 100644 --- a/src/main/resources/data/netheriteextras/recipes/netherite_wolf_armor_smithing.json +++ b/src/main/resources/data/netheriteextras/recipes/netherite_wolf_armor_smithing.json @@ -7,7 +7,8 @@ "item": "minecraft:wolf_armor" }, "result": { - "item": "netheriteextras:netherite_wolf_armor" + "count": 1, + "id": "netheriteextras:netherite_wolf_armor" }, "template": { "item": "minecraft:netherite_upgrade_smithing_template" diff --git a/src/main/resources/data/netheriteextras/recipes/totem_of_neverdying_smithing.json b/src/main/resources/data/netheriteextras/recipes/totem_of_neverdying_smithing.json index 927ed83..7d81773 100644 --- a/src/main/resources/data/netheriteextras/recipes/totem_of_neverdying_smithing.json +++ b/src/main/resources/data/netheriteextras/recipes/totem_of_neverdying_smithing.json @@ -7,7 +7,8 @@ "item": "minecraft:totem_of_undying" }, "result": { - "item": "netheriteextras:totem_of_neverdying" + "count": 1, + "id": "netheriteextras:totem_of_neverdying" }, "template": { "item": "minecraft:netherite_upgrade_smithing_template"