Recipe Type: Runic Anvil - Mithion/Mana-And-Artifice GitHub Wiki

Sample Recipe

{
	"type": "mna:runeforging",
	"tier": 2,
	"material": "mna:superheated_purified_vinteum_ingot",
	"hits": 5,
	"pattern": "mna:constructs/rune_pattern_claw",
	"output": "mna:constructs/rune_claw"
}

Supported Properties

  • type: Must be "mna:runeforging"
  • tier: The tier of the crafter required to make this recipe.
  • pattern: The pattern item (on the bottom) of the runic anvil
  • material: Optional. The pattern item (on the top) of the runic anvil. Defaults to Superheated Vinteum Ingot.
  • hits: Optional. The number of bonks required to forge the item. Defaults to 10.
  • output: The resulting item made by this craft.
  • byproducts: Optional. The byproducts created when making this recipe. See Common Recipe Properties.