NaturesAura/src/main/resources/assets/naturesaura/recipes/field_creator.json

30 lines
612 B
JSON
Raw Normal View History

2018-11-13 01:27:47 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
"GIG",
"GPG",
"GEG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"I": {
2018-12-02 00:20:01 +01:00
"item": "naturesaura:sky_ingot"
2018-11-13 01:27:47 +01:00
},
"P": {
"item": "minecraft:piston"
},
"E": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
2018-12-02 00:20:01 +01:00
"stored_type": "naturesaura:overworld"
2018-11-13 01:27:47 +01:00
}
}
},
"result": {
"item": "naturesaura:field_creator",
"count": 2
}
}