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

26 lines
524 B
JSON
Raw Normal View History

2019-02-18 19:30:35 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
" Y ",
"DED",
" D "
],
"key": {
"E": {
"item": "minecraft:ender_chest"
},
"Y": {
"item": "minecraft:ender_eye"
},
"D": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:end"
}
}
},
"result": {
"item": "naturesaura:ender_access"
}
}