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

31 lines
803 B
JSON

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