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

35 lines
733 B
JSON
Raw Normal View History

2018-11-14 19:14:03 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-14 19:14:03 +01:00
"pattern": [
2019-02-15 22:46:14 +01:00
"MTI",
2018-11-14 19:14:03 +01:00
"SOS",
"IBM"
],
"key": {
"O": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:logs"
2018-11-14 19:14:03 +01:00
},
"S": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:saplings"
2018-11-14 19:14:03 +01:00
},
"B": {
2020-01-22 20:31:09 +01:00
"type": "forge:nbt",
2018-11-14 19:14:03 +01:00
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
},
"M": {
2020-01-22 20:31:09 +01:00
"item": "minecraft:bone_meal"
2018-11-14 19:14:03 +01:00
},
"I": {
"item": "naturesaura:infused_iron"
2019-02-15 22:46:14 +01:00
},
"T": {
"item": "naturesaura:token_fear"
2018-11-14 19:14:03 +01:00
}
},
"result": {
"item": "naturesaura:oak_generator"
}
}