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

20 lines
344 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"IEI",
" I "
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"E": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "twine:diviner",
"count": 1
}
}