This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/data/twine/recipes/large_backpack.json

12 lines
222 B
JSON

{
"type": "minecraft:smithing",
"base": {
"item": "twine:small_backpack"
},
"addition": {
"item": "minecraft:gold_ingot"
},
"result": {
"item": "twine:large_backpack"
}
}