Recipe Type: Arcane Furnace - Mithion/Mana-And-Artifice GitHub Wiki

Sample Recipe

{
	"type": "mna:arcane-furnace",
	"tier": 1,
	"input": "mna:arcane_compound",
	"output": "mna:arcane_ash",
	"outputQuantity": 4,
	"burnTime": 200	
}

Supported Properties

type: must be "mna:arcane-furnace"

input: The input item. Can be an item or tag. Tags do not require any special identifiers or prefixes like '#'. Just put the ID in, M&A will figure it out.

output: The resulting item. Must be an item, cannot be a tag.

outputQuantity: The number of resulting items that can be created. Optional, defaults to 1.

burnTime: The number of ticks (20/second) it takes to complete this recipe, baseline. Does not include things that increase processing speed; that will be done automatically from this baseline.

tier: The tier this recipe unlocks. Optional, defaults to 1. See the common recipe properties document for more information.

faction: The faction required to make this recipe. Optional, defaults to no faction requirement. See the common recipe properties document for more information.

byproducts: Byproducts that can be produced as a result of this recipe. Optional, defaults to no byproducts. See the common recipe properties document for more information.