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/passive_battery_controller.json
TheBrokenRail 246231e0ad
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Update Recipes
2020-07-13 21:49:40 -04:00

23 lines
451 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#E#",
"ERE",
"#E#"
],
"key": {
"#": {
"item": "energonrelics:circuit_board"
},
"E": {
"item": "energonrelics:thermal_casing"
},
"R": {
"item": "minecraft:red_dye"
}
},
"result": {
"item": "energonrelics:passive_battery_controller",
"count": 1
}
}