Recipe Type: Runescribing - Mithion/Mana-And-Artifice GitHub Wiki

Sample Recipe

{
	"type": "mna:runescribing",
	"tier": 3,
	"mutex_h": 28715180685926502,
	"mutex_v": 28746121627960422,
	"output": "mna:rune_pattern_air"
}

Supported Properties

  • type: Must be "mna:runescribing"
  • tier: The tier of the crafter required to make this recipe.
  • mutex_h: The horizontal mutex. Represents a left-to-right, top-to-bottom bitmask of which horizontal lines must be filled.
  • mutex_v: The vertical mutex. Represents a left-to-right, top-to-bottom bitmask of which vertical lines must be filled.
  • output: The resulting item made by this craft.

As of version 3.1.0.5, setting showRunescribingMutex=true in the M&A client config file will show the mutex in the runescribing hud. So to make a new reipce, just draw it on a blank pattern in-game in a creative world and copy the resulting mutex to the h/v properties of the recipe.