NaturesAura/src/main/resources/data/naturesaura/recipes/tree_ritual/nature_altar.json

30 lines
586 B
JSON
Raw Normal View History

2020-04-29 16:38:50 +02:00
{
2021-01-14 23:15:02 +01:00
"type": "naturesaura:tree_ritual",
"ingredients": [
{
"item": "minecraft:stone"
},
{
"item": "minecraft:stone"
},
{
"item": "minecraft:stone"
},
{
"item": "naturesaura:gold_leaf"
},
{
"item": "minecraft:gold_ingot"
},
{
"item": "naturesaura:token_joy"
}
],
"sapling": {
"item": "minecraft:oak_sapling"
2020-04-29 16:38:50 +02:00
},
2021-01-14 23:15:02 +01:00
"output": {
"item": "naturesaura:nature_altar"
2020-04-29 16:38:50 +02:00
},
2021-01-14 23:15:02 +01:00
"time": 500
2020-04-29 16:38:50 +02:00
}