ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/teleport_staff.json

25 lines
456 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" FE",
" S ",
"SB "
],
"key": {
"F": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:empowered_diamatine_crystal"
2021-11-21 22:38:48 +01:00
},
"E": {
"item": "actuallyadditions:ender_pearl_block"
},
"S": {
"item": "actuallyadditions:ender_casing"
},
"B": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:single_battery"
2021-11-21 22:38:48 +01:00
}
},
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:teleport_staff"
2021-11-21 22:38:48 +01:00
}
}