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

20 lines
348 B
JSON
Raw Normal View History

2020-06-14 03:04:21 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"ROR",
" R "
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"O": {
"item": "minecraft:obsidian"
}
},
"result": {
"item": "twine:glowing_obsidian",
"count": 1
}
}