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

23 lines
441 B
JSON
Raw Normal View History

2020-07-23 23:50:10 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#I#",
2020-08-16 03:01:24 +00:00
"IMI",
2020-07-23 23:50:10 +00:00
"#I#"
],
"key": {
"#": {
"item": "energonrelics:circuit_board"
},
"I": {
"item": "minecraft:iron_ingot"
},
2020-08-16 03:01:24 +00:00
"M": {
"item": "minecraft:magma_block"
2020-07-23 23:50:10 +00:00
}
},
"result": {
"item": "energonrelics:forcefield_projector",
"count": 1
}
}