Files
meatballcraft/config/modularmachinery/recipes/relic_fallen_tower_voidcalling.json
T
ZHAY10086 7003ca33db minor
2026-07-01 10:16:31 +08:00

31 lines
817 B
JSON

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