Fix smithing recipes

This commit is contained in:
Cynthia Foxwell 2024-03-15 20:19:06 -06:00
parent 01a26a624a
commit 5cad28e9c4
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "minecraft:smithing", "type": "minecraft:smithing_transform",
"lib39:discovered_via": "minecraft:diamond", "lib39:discovered_via": "minecraft:diamond",
"base": { "base": {
"item": "scout:pouch" "item": "scout:pouch"
@ -9,5 +9,8 @@
}, },
"result": { "result": {
"item": "scout:upgraded_pouch" "item": "scout:upgraded_pouch"
},
"template": {
"item": "minecraft:leather"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"type": "minecraft:smithing", "type": "minecraft:smithing_transform",
"lib39:discovered_via": "minecraft:diamond", "lib39:discovered_via": "minecraft:diamond",
"base": { "base": {
"item": "scout:satchel" "item": "scout:satchel"
@ -9,5 +9,8 @@
}, },
"result": { "result": {
"item": "scout:upgraded_satchel" "item": "scout:upgraded_satchel"
},
"template": {
"item": "scout:tanned_leather"
} }
} }