This tutorial is from MC Encyclopedia (MCMOD.CN) using the CC By-NC-SA protocol.
IE, as a MON that can be said to be full, provides MT formula for MineTweaker by itself, eliminating the trouble of installing another modtweaker.
It provides the following mechanical formula for MT:
Arc Furnace (Arc Furnace)
Blast Furnace (Blast Furnace)
Bottling Machine
Coke Oven
Crusher
Dou wheel excavator and ore vein (Excavator)
Fermenter (Fermenter)
Metal Press (Metal Press)
Refinery
Squeeezer (squeeezer)
The marked as red can be omitted
Add a arc furnace formula
Mods.immersivengineering.arcfurnace.addRecipe (
The parameters are from left to right:
Output
Enter the item (the items that can be placed in the left grid of the arc furnace)
A by -product output (items appearing in the slag bar)
Time consumption (the unit is tick, the value is a positive integer)
Energy consumed by each tick (unit is RF)
Add agent (the items that can be placed on the right of the arc furnace)
Formula type (nei view the type of synthesis, you can customize or use three types that comes with IE)
Delete a arc furnace formula
mods.immersivengineering.arcfurnace.removerecipe (
The parameter is output item
Add a blast furnace formula
mods.immersivengineering.blastfurnace.addrecipe (
The parameters are from left to right:
Output
Input item
Time consumption (the unit is tick, the value is a positive integer)
By -product output
Delete a blast furnace formula
mods.immersivengineering.blastfurnace.removerecipe
The parameter is: output item
Add a blast furnace fuel
mods.immersivengineering.blastfurnace.addfuel
The parameters are from left to right:
As a fuel item
Burning time (the unit is tick, the value is positive integer)
Delete a blast furnace fuel
mods.immersivengineering.blastfurnace.removefuel
The parameters are: need to delete items as fuel
Add a canned formula
Mods.immersivengineering.bottlingmachine.addrecipe (
The parameters are from left to right:
Output
Input item
Input fluid
Delete a canal formula
mods.immersivengineering.bottlingmachine.removerecipe (
The parameter is: output item
Add a coke furnace formula Mods.immersivengineering.coKeoven.addrecipe (
The parameters are from left to right:
Output
Output heterophenol oil (unit is MB)
Input item
Time consumption (the unit is tick, the value is a positive integer)
Delete a coke furnace formula
mods.immersivengineering.coKeoven.removerecipe (
The parameter is: output item
Add a crusher formula
Mods.immersivengineering.crusher.addrecipe (
The parameters are from left to right:
Output item 1
Input item
Required energy
Output item 2
Output item 2 countdown
Delete a crusher formula
mods.immersivengineering.crusher.removerecipe (
The parameter is: output
Forming Micromoto Formula
Mods.immersivengineering.excavator.addmineral ("SEDIMENT", 30, 15, ["Sand", "Sandstone"], [50, 15], [0, 1], false);
The parameters are from left to right:
Vein
Mineral proportion
Probability of failure
Vein
Mine vein output rate
Dimension ID
Enable or disable (true = enable, false = disabled, the disabled mineral veins cannot be dug into minerals, ignoring it for enable)
Delete an mineral vein
mods.immersivengineering.excavator.removeMineral ("bauxite");
The parameter is: mineral name
Add an ore to the ore vein
mods.immersivengineering.excavator.getMineral ("Magnetite"). Addore ("Orenickel", 0.75);
The parameters are from left to right:
Ore vein name
Oren name (available for use)
Ore
Remove an ore into the ore vein
mods.immersivengineering.excavator.getMineral ("Magnetite"). Removeore ("olgold");;
The parameters are from left to right:
Ore vein name
Ore name
Add a fermentor formula
mods.immersivengineering.fermenter.addrecipe (
The parameters are from left to right:
Output
Output fluid
Input item
Fermentation time
Delete a fermentor formula
mods.immersivengineering.fermenter.removeitemRecipe (
The parameters are from left to right:
Output
mods.immersivengineering.fermenter.removefluidrecipe (
The parameters are from left to right:
Output fluid
Add a metal pressure printer formula
Mods.immersivengineering.metalPress.addrecipe (
Output
Input item
Printed mold
Required energy
The quantity of input items (can also set the quantity at the input item, such as:
Delete a metal pressure printer formula
mods.immersivengineering.metalPress.removerecipe (
The parameter is: output item
Delete a mold and its associated formula
mods.immersivengineering.metalPress.removerecipebymold
The parameter is: mold
Add a refinery formula
mods.immersivengineering.refinery.addrecipe (
The parameters are from left to right:
Output fluid
Enter fluid 1
Enter fluid 2
Delete a refinery formula
mods.immersivengineering.refinery.removerecipe (
The parameter is: output fluid
Add a squeezer formula
mods.immersivengineering.squeezer.addrecipe (
The parameters are from left to right:
Output
Output fluid
Input item
The required time (the unit is tick)
Delete a squeezer formula
mods.immersivengineering.squeezer.removeitemRecipe (
The parameter is: output item
mods.immersivengineering.squeezer.removefluidrecipe (
The parameter is: output fluid