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
Raw Normal View History

2020-07-13 20:37:21 +00:00
{
2020-08-30 21:18:29 +00:00
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"I#I",
" I "
],
"key": {
"I": {
"item": "minecraft:iron_nugget"
2020-07-13 20:37:21 +00:00
},
2020-08-30 21:18:29 +00:00
"#": {
2020-07-13 20:37:21 +00:00
"item": "energonrelics:circuit_board"
}
2020-08-30 21:18:29 +00:00
},
2020-07-13 20:37:21 +00:00
"result": {
"item": "energonrelics:network_chip",
"count": 1
}
}