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/small_backpack.json

23 lines
411 B
JSON
Raw Normal View History

2020-06-14 03:04:21 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SLS",
"LIL",
"SLS"
],
"key": {
"S": {
"item": "minecraft:stick"
},
"L": {
"item": "minecraft:leather"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "twine:small_backpack",
"count": 1
}
}