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

20 lines
364 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"I#I",
" I "
],
"key": {
"I": {
"item": "minecraft:iron_nugget"
},
"#": {
"item": "energonrelics:circuit_board"
}
},
"result": {
"item": "energonrelics:network_chip",
"count": 1
}
}