Fix smithing recipes
This commit is contained in:
parent
01a26a624a
commit
5cad28e9c4
2 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue