Recipe Type: Construct Crushing - Mithion/Mana-And-Artifice GitHub Wiki

Sample Recipe

{
	"type": "mna:crushing",
	"tier": 2,
	"input": "minecraft:calcite",
	"output": "minecraft:gravel",
	"output_quantity": 1
}

Supported Properties

  • type: Must be "mna:crushing"
  • tier: The required tier for this recipe
  • input: The input item
  • output: The output item
  • output_quantity: The number of output items created
  • byproducts: Byproducts that are created as part of this recipe. See Common Recipe Properties.