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

37 lines
819 B
JSON
Raw Normal View History

2018-11-21 11:49:21 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-21 11:49:21 +01:00
"pattern": [
" O ",
"GDH",
2018-12-02 00:20:01 +01:00
" N "
2018-11-21 11:49:21 +01:00
],
"key": {
"G": {
"item": "naturesaura:infused_iron"
},
"H": {
"item": "naturesaura:tainted_gold"
},
2018-11-21 11:49:21 +01:00
"O": {
2020-01-22 20:31:09 +01:00
"type": "forge:nbt",
2018-11-21 11:49:21 +01:00
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
},
"N": {
2020-01-22 20:31:09 +01:00
"type": "forge:nbt",
2018-11-21 11:49:21 +01:00
"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
}
}