NaturesAura/src/main/resources/data/naturesaura/recipes/fortress_finder.json

26 lines
533 B
JSON
Raw Normal View History

2020-05-20 14:55:59 +02:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"CEC",
" B "
],
"key": {
"E": {
"item": "minecraft:ender_pearl"
2020-05-20 14:55:59 +02:00
},
"C": {
"type": "forge:nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:nether"
}
},
"B": {
"item": "minecraft:nether_brick"
}
},
"result": {
"item": "naturesaura:fortress_finder"
}
}