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

34 lines
731 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": [
{
"type": "forge:nbt",
"item": "naturesaura:aura_bottle",
"count": 1,
"nbt": "{stored_type:\"naturesaura:overworld\"}"
},
{
"item": "naturesaura:gold_leaf"
},
{
"tag": "minecraft:small_flowers"
},
{
"item": "minecraft:apple"
},
{
"item": "minecraft:torch"
},
{
"item": "minecraft:iron_ingot"
}
],
"sapling": {
"item": "minecraft:oak_sapling"
2020-04-29 16:38:50 +02:00
},
2021-01-14 23:15:02 +01:00
"output": {
"item": "naturesaura:token_joy",
"count": 2
2020-04-29 16:38:50 +02:00
},
2021-01-14 23:15:02 +01:00
"time": 200
2020-04-29 16:38:50 +02:00
}