Recipe Type: Eldrin Altar - Mithion/Mana-And-Artifice GitHub Wiki
Sample Recipe
{
"type": "mna:eldrin-altar",
"output": "mna:mote_air",
"tier": 4,
"items": [
"mna:cerublossom",
"mna:cerublossom",
"mna:cloud_in_a_bottle",
"mna:cloud_in_a_bottle",
"feather",
"feather"
],
"power_requirements": [
{
"affinity": "WIND",
"amount": 250
}
]
}
Supported Properties
- type: Must be "mna:eldrin-altar"
- output: The output item of the craft.
- tier: The tier required to perform the craft.
- items: The required items for the craft. Can be no more than 9 items.
- power_requirements: An array of eldrin power requirements. Each one requires "affinity" and "amount" properties.
- requiredFaction: The faction required to perform the craft. Optional. Defaults to "mna:none".
- byproducts: Possible byproducts from the craft. See Common Recipe Properties.