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

Sample Recipe

{
	"type": "mna:manaweaving-recipe",
	"tier": 1,
	"output": "mna:animus_dust",	
	"quantity": 4,	
	"items": [
		"minecraft:egg",
		"mna:vinteum_dust",
		"mna:wakebloom"
	],
	"patterns": [
		"mna:circle"	
	]
}

Supported Properties

  • type: Must be "mna:manaweaving-recipe"
  • tier: Optional. The tier of the crafter required to make this recipe. Defaults to 1.
  • output: The item that is created by this craft.
  • quantity: Optional. The quantity of output that is created. Defaults to 1.
  • items: The required input items. Must be no longer than 9 items.
  • patterns: The manaweaving patterns required. Must be no longer than 6 patterns.
  • byproducts: Optional. Byproducts that are created as a part of this recipe. See Common Recipe Properties.