Ostomy with-MOT modification tutorial [MOD] MODTWEAR MINECRAFT Game

Disclaimer: Transportation from MOT official wiki (just made a comment translation)


Support changing machinery (equipment):

Cefered#The function of turning into dirt

烧#圆 圆 圆 坩埚 坩埚 坩埚 The function of becoming a magma + can be manually set up the heat source (see below)

Hammer#is the function of the hammer hammer rotten stone into gravel

Sieve#is the function of sieved of minerals


The following is the code that adds or removes the above type synthetic table:

// The parameters marked as red are optional and can be ignored.

compost

mods.exnihilo.composting.addrecipe (, 0.72, "e3e162");

// Enter items Fill in correlation values ​​Hexades -in color

// Add the formula of [compost: dried grass pile into soil]

// Filling algebra is related to the number of items required to produce a soil.

mods.exnihilo.comPosting.removerecipe ();

// Enter the item

// Remove the formula of [compost: sapling pile into dirt]

Bleak

mods.exnihilo.crucible.addrecipe (, * 1000);

// Block items, output fluid*MB (one thousandth of the unit)

/Add [烧: burn a bucket of water to produce a bucket of water]

mods.exnihilo.crucible.removerecipe ();

// Output liquid // Remove the formula of [坩埚: generate magma]

// = = B does not test that the code is to delete all the formulas that output magma such as hell rock?, Still remove the stone, and whether it can set the formula to remove the output liquid that matches an input item

mods.exnihilo.crucible.addheatsource (, 0.1);

// Block items, hot value

// You can set the thermal source below the 的, that is, the speed of the torch is 0.1, the magma speed is 0.2, the flame is 0.3, and the flames of the flames (a liquid in the heat expansion) is 0.5 to 0.5 to 0.5

mods.exnihilo.crucible.removeheatsource ();

// Box items

// Remove [岩: magma heat source]

hammer

mods.exnihilo.hammer.addrecipe (, , 0.45, 1.25);

// Block items, output items or output multiple items, probability or multiple chances, time -oriented influence or multiple time -hour influence

// Add [Hammer: Smaller Candy Get Green Dye] [The chance of getting 0.45 is 45%, the first is the general probability, the second one is the increase of the probability of sometimes] can be tested by NEI to see the specific value of the specific value.

mods.exnihilo.hammer.addrecipe (, [, ], [0.25, 0.50], [1.00, 1.50]);

// It is the multi -item product format of the above formula

mods.exnihilo.hammer.removerecipe ();

// Block items // Remove the formula of [Hammer: The product is sand], which is currently known that is the formula of the gravel knocking sand

It should be the formula that removes the sand to knock the dust, and see the block in the bracket.

sieve

mods.exnihilo.sieve.addrecipe (, , 5); 5); 5); 5); 5); 5);

// Block items, output items or output multiple items, cherish the degree or multiple cherishment (one quarter of the probability of obtaining, 1 = 100%, 2 = 50%, 3 = one -third .....Note: The filled numbers cannot be less than 1, otherwise the game will collapse!) #

// Add [Sieve: Sielings to get water lilies; probability of 20%] Formula

mods.exnihilo.sieve.addrecipe (, [, ], [2, 2]);

// The multi -item format of the above formula

// Add [Sieve: Siege: Sieva Wire to get red mushrooms, white mushrooms; probability 50%and 50%]

mods.exnihilo.sieve.removerecipe ();

// Enter the item

// Remove the synthesis of soil

mods.exnihilo.sieve.removerecipe (, );

// Remove the soil to sieve wheat seeds

Supported command Commands Supported

/MineTweaker Exnihilo [handler]

Output the corresponding type of the corresponding type of [neglect] in the MineTweaker in the .minecraft directory


There is an affiliated MOD MOD magic reform official wiki?