Immerse

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 (, * 9, , 4600, [], "Purifying");

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 (, , 4800, );

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 (, , * 1000);

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 ( * 2, 500, , 1800); 1800); 1800);

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 ( * 8, , 8000, , 0.5);

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 (, * 80, , 80);

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 ( * 2, , , 500, 50); The parameters are from left to right:

Output

Input item

Printed mold

Required energy

The quantity of input items (can also set the quantity at the input item, such as: *50, but the value of the number of input items when the two quantities exist at the same time)

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 ( * 16, * 8, * 8);

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 ( * 4, * 500, , 240);

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