This tutorial is from MC Encyclopedia (MCMOD.CN) using the CC By-NC-ND protocol.
Processing support:
Olympic Supreme Studio, 魔, Demon Injusca, adding elements to items, adding twisted values such as adding or researching or objects, and modifying the Tibetan treasure bag
Olympic Solidarium Part
Add an orderly formula:
example:
mods.thaumcraft.Arcane.addShaped("ASPECTS",
[
[
[null, null, null]]);;
Mods.thaumcraft.arcane.addshapeless ("Voidmetal",
"Aqua 6, Terra 6, Perditio 6, Ordo 6, AER 6, Ignis 6",, Ignis 6 ",
[
mods.thaumcraft.arcane.removerecipe (
mods.thaumcraft.aspects.add (
MODS.Thaumcraft.aspects.Set (
Variable 1 is the specified item, variable 2 is the specified element of the specified unit
This is to modify the elements of the specified item to the specified element of the specified quantity
The difference from the previous article is that this is modification, and the previous one is added.
Removal element:
example:
mods.thaumcraft.aspects.remove (
Variable 1 is the specified item, variable 2 is the specified element of the specified unit
This is the specified element that removes the specified quantity within the factors of the specified item
Part of the substantive element
It is basically different from the item element, but the specified target is different.
Add elements:
mods.thaumcraft.aspects.adordity ("Skeleton", "Lucrum 2, Mortuus 1");
Variable 1 is the specified entity, variable 2 is the specified element setting element of the specified unit
Setting element:
mods.thaumcraft.aspects.setentity ("Arrow", "telum 1");
Variable 1 is the specified entity, variable 2 is the specified element setting element of the specified unit
Removal element:
MODS.Thaumcraft.aspents.removentity ("Creeper", "IGNIS 2"); Variable 1 is the specified entity, variable 2 is the designated element setting element of the specified unit.
Partial
It is not much different from the Olympic Synthetic Channel.
Add formula:
MODS.Thaumcraft.crucible.addrecipe ("EntropicProcessing",
Variable 1 is a binding study. Variable 2 is an output item. Variable 3 is an input item. Variable 4 is the source of the required source.
Remove recipe:
mods.thaumcraft.crucible.removerecipe (
Variable 1 is a specified item
Usage is the same as the Olympic Synthetic Channel.
Part of the magic part
Note Demon add formula:
mods.thaumcraft.infusion.addrecipe ("nitor",
[
"IGNIS 20, Potentia 10, Permutatio 12",
Variable 1 is a binding study. Variable 2 is the core item (that is, items placed in the center). Variables 3 to 5 are input items. Variable 6 is the source of input. Variable 7 is an output item, variable 8, variable 8It is the risk of magic (I don't know how to calculate it).
Remove recipe:
mods.thaumcraft.infusion.removerecipe (
Variable 1 is a specified item
Add magic enchantment recipe:
Mods.thaumcraft.infusion.addenchantment ("XPBOOST", 45, 5, "Victus 10, Cognitio 8, Vitreus 6",
[
Variable 1 is a binding formula. Variable 2 is an attachment ID. Variable 3 is the upper limit of the level. Variable 4 is the source of input. Variables 5 to 8 are input items.
Remove the magic enchantment formula:
mods.thaumcraft.infusion.removeenchant (1);
Variable 1 is an attachment ID
Tibetan treasure bag part
Add items:
mods.thaumcraft.load.addcommonloot (
MODS.Thaumcraft.load.adddunCommonloot (
mods.thaumcraft.loot.addrareloot (
Variable 1 is a specified item, variable 2 is the probability. Remove items:
mods.thaumcraft.load.removecommonloot
mods.thaumcraft.load.removeuncommonLoot (
mods.thaumcraft.load.removerareloot (
Variable 1 is a specified item
Twist
The twisted twisted is permanent distorted
Add twisted to research:
mods.thaumcraft.warp.addtoresearch ("BATHSALTS", 5);
Variable 1 is specified research, variable 2 is a distorted value.
Add to the items to twist:
mods.thaumcraft.warp.addtoitem
Variable 1 is a specified item, variable 2 is a distorted value.
Twist of Removal Research:
mods.thaumcraft.warp.removefromresearch ("Bottletaint");
Variable 1 is a specified study.
Twist of removal of items:
mods.thaumcraft.warp.removefromitem
Variable 1 is a specified item
All distorted removal:
mods.thaumcraft.warp.removeall ();
All research distortions removal:
mods.thaumcraft.warp.removeAllResearch ();
All items are distorted and removed:
mods.thaumcraft.warp.removeallitems ();
Instruction support
/MineTweaker Aspectlist-Output all elements
/MineTweaker entities-Output all entities
/MineTweaker Research [Category] -Everage
Note: All examples come from the official Wikifage