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

34 lines
755 B
JSON
Raw Normal View History

2018-11-21 11:49:21 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
" O ",
2018-12-02 00:20:01 +01:00
"GDG",
" N "
2018-11-21 11:49:21 +01:00
],
"key": {
"G": {
"item": "naturesaura:infused_iron"
},
"O": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
},
"N": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:nether"
}
},
2018-12-02 00:20:01 +01:00
"D": {
"item": "minecraft:diamond"
2018-11-21 11:49:21 +01:00
}
},
"result": {
"item": "naturesaura:calling_spirit",
"count": 3
}
}