Scout/src/main/resources/data/scout/recipes/upgraded_pouch.json

17 lines
295 B
JSON
Raw Normal View History

2024-03-14 05:09:55 +00:00
{
2024-03-16 02:19:06 +00:00
"type": "minecraft:smithing_transform",
2024-03-14 05:09:55 +00:00
"lib39:discovered_via": "minecraft:diamond",
"base": {
"item": "scout:pouch"
},
"addition": {
"item": "minecraft:diamond"
},
"result": {
"item": "scout:upgraded_pouch"
2024-03-16 02:19:06 +00:00
},
"template": {
"item": "minecraft:leather"
2024-03-14 05:09:55 +00:00
}
}