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/lightning_rod_base.json
TheBrokenRail 8c60881c32
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Improve Lightning Rod Model
2020-07-28 21:46:04 -04:00

23 lines
437 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
" R ",
"B#B"
],
"key": {
"R": {
"item": "minecraft:blaze_rod"
},
"B": {
"item": "minecraft:blackstone"
},
"#": {
"item": "energonrelics:circuit_board"
}
},
"result": {
"item": "energonrelics:lightning_rod_base",
"count": 1
}
}