NaturesAura/src/main/resources/data/naturesaura/recipes/end_city_finder.json
2020-05-20 14:55:59 +02:00

26 lines
528 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"CEC",
" B "
],
"key": {
"E": {
"item": "minecraft:ender_eye"
},
"C": {
"item": "minecraft:chorus_fruit"
},
"B": {
"type": "forge:nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:end"
}
}
},
"result": {
"item": "naturesaura:end_city_finder"
}
}