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.
EnergonRelics/src/main/resources/data/energonrelics/recipes/phase_shifter.json

23 lines
434 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#I#",
"IEI",
"#I#"
],
"key": {
"#": {
"item": "energonrelics:circuit_board"
},
"I": {
"item": "minecraft:iron_ingot"
},
"E": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "energonrelics:phase_shifter",
"count": 2
}
}