Recipe Type: Transmutation - Mithion/Mana-And-Artifice GitHub Wiki
Sample Recipes
{
"type": "mna:transmutation",
"targetBlock": "minecraft:copper_block",
"lootTable": "mna:transmutation/transmuted_silver",
"representationItem": "mna:transmuted_silver"
}
{
"type": "mna:transmutation",
"targetBlock": "minecraft:stone",
"replaceBlock": "mna:decoration/arcane_stone"
}
Supported Properties
- type: Must be "mna:transmutation"
- targetBlock: The block that will be targeted for transmutation.
- replaceBlock: The block that the target block will be replaced with.
- lootTable: A loot table of items to drop when the transmutation happens.
- representationItem: An item to use in GUIs to represent this recipe. Must be present if loot table is specified.
You can use replaceBlock and lootTable in the same recipe; both will be applied.