diff --git a/src/main/resources/data/scout/recipes/upgraded_pouch.json b/src/main/resources/data/scout/recipes/upgraded_pouch.json index dad036e..401f978 100644 --- a/src/main/resources/data/scout/recipes/upgraded_pouch.json +++ b/src/main/resources/data/scout/recipes/upgraded_pouch.json @@ -1,5 +1,5 @@ { - "type": "minecraft:smithing", + "type": "minecraft:smithing_transform", "lib39:discovered_via": "minecraft:diamond", "base": { "item": "scout:pouch" @@ -9,5 +9,8 @@ }, "result": { "item": "scout:upgraded_pouch" + }, + "template": { + "item": "minecraft:leather" } } diff --git a/src/main/resources/data/scout/recipes/upgraded_satchel.json b/src/main/resources/data/scout/recipes/upgraded_satchel.json index 1fdd1f9..f0b089a 100644 --- a/src/main/resources/data/scout/recipes/upgraded_satchel.json +++ b/src/main/resources/data/scout/recipes/upgraded_satchel.json @@ -1,5 +1,5 @@ { - "type": "minecraft:smithing", + "type": "minecraft:smithing_transform", "lib39:discovered_via": "minecraft:diamond", "base": { "item": "scout:satchel" @@ -9,5 +9,8 @@ }, "result": { "item": "scout:upgraded_satchel" + }, + "template": { + "item": "scout:tanned_leather" } }