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

23 lines
453 B
JSON
Raw Normal View History

2020-07-13 20:37:21 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#E#",
2020-07-14 01:49:40 +00:00
"EOE",
"#E#"
2020-07-13 20:37:21 +00:00
],
"key": {
"#": {
"item": "energonrelics:circuit_board"
},
"E": {
2020-07-14 01:49:40 +00:00
"item": "energonrelics:thermal_casing"
},
"O": {
"item": "minecraft:orange_dye"
2020-07-13 20:37:21 +00:00
}
},
"result": {
"item": "energonrelics:active_battery_controller",
"count": 1
}
}