your current location:首页 > news>Mysterious Age 6-MoDWEAKER MINECRAFT Game

Mysterious Age 6-MoDWEAKER MINECRAFT Game

2024-12-10 17:56:48|Myriagame |source:minecraft skins

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", "", "", [, , ], raft: DIRT>], [], []];

Orderly formula

Add disorderly formula:

// Similar to the above -mentioned orderly formula method

example:

MODS.Thaumcraft.arcanworkbench.registerShapelessRcipe ("Tests", "", 20, [, , ], , [<<<< Minecraft: Sand>,, ];

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", "", , 10, [, *2], craft: stick>, , ];

Annotate

Delete Demon:

mods.thaumcraft.infusion.removerecipe (); === Tibetan treasure bag ===

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 (%20000, [0,1,2]);

Tibetan bag

Delete items: (delete the golden grains in rare, rare, rare Tibetan treasure bags)

mods.thaumcraft.lootbag.removeLoot (, [1,2]);

The above are only some magic reforms. Please go to wiki more to view, the portal