mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 05:13:11 +01:00
20 lines
334 B
JSON
20 lines
334 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shapeless",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "actuallyadditions:bag"
|
||
|
},
|
||
|
{
|
||
|
"tag": "forge:ender_pearls"
|
||
|
},
|
||
|
{
|
||
|
"tag": "forge:obsidian"
|
||
|
},
|
||
|
{
|
||
|
"item": "actuallyadditions:void_crystal_block"
|
||
|
}
|
||
|
],
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:void_bag"
|
||
|
}
|
||
|
}
|