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

20 lines
346 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:travelers_sack"
2021-11-21 22:38:48 +01:00
},
{
"tag": "forge:ender_pearls"
},
{
"tag": "forge:obsidian"
},
{
"item": "actuallyadditions:void_crystal_block"
}
],
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:void_sack"
2021-11-21 22:38:48 +01:00
}
}