From 5cad28e9c44ab885d6b04f72c96d3b8d51257ac1 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 15 Mar 2024 20:19:06 -0600 Subject: [PATCH] Fix smithing recipes --- src/main/resources/data/scout/recipes/upgraded_pouch.json | 5 ++++- src/main/resources/data/scout/recipes/upgraded_satchel.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" } }