ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/teleport_staff.json
2022-04-23 12:49:25 -05:00

25 lines
438 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" FE",
" S ",
"SB "
],
"key": {
"F": {
"item": "actuallyadditions:empowered_diamatine_crystal"
},
"E": {
"tag": "forge:ender_pearls"
},
"S": {
"item": "actuallyadditions:ender_casing"
},
"B": {
"item": "actuallyadditions:single_battery"
}
},
"result": {
"item": "actuallyadditions:teleport_staff"
}
}