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.
RelicCraft/src/main/resources/data/reliccraft/recipes/teleportation_restrictor.json

22 lines
413 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"OIO",
"ISI",
"OIO"
],
"key": {
"O": {
"item": "minecraft:obsidian"
},
"S": {
"item": "minecraft:nether_star"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "reliccraft:teleportation_restrictor"
}
}