After searching for a lap, I found that there was no Mysterious 6 magic reform tutorial on this site, because it was different from Mystery 4, just write it briefly.
=== Olympic Army workbench ===
Add an orderly formula:
//mods.thaumcraft.arcaneworkbench.registerShapedRecipe ("Name", "Research Name (Can Empty)", AurseEnter items>], [
example:
MODS.Thaumcraft.arcanworkbench.registerShapedRcipe ("test", "", "", [
Orderly formula
Add disorderly formula:
// Similar to the above -mentioned orderly formula method
example:
MODS.Thaumcraft.arcanworkbench.registerShapelessRcipe ("Tests", "", 20, [
Disorder
Delete formula:
mods.thaumcraft.arcanworkbench.removerecipe (
=== 坩埚 ===
Add formula:
//mods.thaumcraft.Crucible.registerRecipe("名称", "研究名(可空)", <输出物品>, <输入物品>, [<要素>]);
example:
mods.thaumcraft.Crucible.registerRecipe("crucibleTest", "",
Bleak
Delete formula:
mods.thaumcraft.crucible.removerecipe (
=== Note Demon ===
Add Note:
//mods.thaumcraft.Infusion.registerRecipe("名称", "研究名(可空)", <输出物品>, 注魔风险(整数型), [<要素名称>], <中心物品>, [
example:
MODS.Thaumcraft.Infusion.registerRcipe ("Ohshift", "",
Annotate
Delete Demon:
mods.thaumcraft.infusion.removerecipe (
Treasure bag type:
0 = Ordinary Tibetan treasure bag
1 = Rare Tibetan treasure bag
2 = Rare Tibetan Report
Add items:
//mods.thaumcraft.lootbag.addloot
Example: (adding dirt to ordinary, rare, rare, rare treasure bags, and the chance is 20000)
mods.thaumcraft.lootbag.addloot (
Tibetan bag
Delete items: (delete the golden grains in rare, rare, rare Tibetan treasure bags)
mods.thaumcraft.lootbag.removeLoot (
The above are only some magic reforms. Please go to wiki more to view, the portal