Files
meatballcraft/config/modularmachinery/recipes/relic_fallen_tower_sacrifice.json
T
2025-08-02 16:48:58 +08:00

31 lines
815 B
JSON

{
"machine": "relic_of_the_fallen_tower",
"registryName": "relic_fallen_tower_sacrifice",
"recipeTime": 200,
"requirements": [
{
"type": "modularmachinery:fluid",
"io-type": "input",
"fluid": "lifeessence",
"amount": 10000
},
{
"type": "modularmachinery:item",
"io-type": "input",
"item": "contenttweaker:weight_of_the_heart",
"amount": 1
},
{
"type": "modularmachineryaddons:flux",
"io-type": "input",
"amount": 50,
"chunkRange": 0
},
{
"type": "modularmachineryaddons:meteor",
"io-type": "output",
"item": "contenttweaker:weight_of_the_heart"
}
]
}