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

23 lines
442 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#E#",
"EWE",
"#E#"
],
"key": {
"#": {
"item": "energonrelics:circuit_board"
},
"E": {
"item": "energonrelics:thermal_casing"
},
"W": {
"item": "minecraft:water_bucket"
}
},
"result": {
"item": "energonrelics:battery_core",
"count": 1
}
}