Files
meatballcraft/config/modularmachinery/recipes/relic_fallen_tower_demonstone.json
T
2025-08-01 14:02:02 -05:00

31 lines
795 B
JSON

{
"machine": "relic_of_the_fallen_tower",
"registryName": "relic_fallen_tower_bakuheart",
"recipeTime": 200,
"requirements": [
{
"type": "modularmachinery:fluid",
"io-type": "input",
"fluid": "lifeessence",
"amount": 10000
},
{
"type": "modularmachinery:item",
"io-type": "input",
"item": "contenttweaker:baku_heart",
"amount": 1
},
{
"type": "modularmachinery:mana",
"io-type": "input",
"amount": 10000,
"perTick": false
},
{
"type": "modularmachineryaddons:meteor",
"io-type": "output",
"item": "contenttweaker:baku_heart"
}
]
}