NaturesAura/src/main/resources/data/naturesaura/recipes/outpost_finder.json
2021-01-14 23:42:53 +01:00

26 lines
534 B
JSON

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