Craftsmanship -MOT Reconstruction Tutorial [MOT] MODTWEAKER MINECRAFT Game

This tutorial is from MC Encyclopedia (MCMOD.CN) using the CC By-NC-SA protocol.

[Instructions for the use of Mispin-Mt Magic Reform]

I have to say that the MT's MT's MT is really a big pit. I am still troubled by some problems in the final material mining level.

Pouring table

mods.tconstruct.Casting.addBasinRecipe(, * 1152, , true, 20);

// This is the item generated by pouring the basin: the items generated after pouring, the value of the fluid*required for pouring, the items required for pouring (that is, the one in the pouring basin)

mods.tconstruct.Casting.addTableRecipe(, * 57, null, false, 20);

// This is the item that is transformed by the pouring table: the items generated after pouring, the fluid*value required for pouring, the items required for pouring (the principle of the same as above)

mods.tconStruct.Casting.removebasinRcipe (); // Remove a synthetic table of the pouring basin (variable is removed)

mods.tconStructing.Casting.removetableCipe (); // Remove a synthetic table of the pouring table (variable is removed)

Drying rack

mods.tconStruct.drying.addrecipe (, , 50); 50; 50); 50; 50);

// Add a drying frame synthesis: the items of drying, the finished product after air drying, the required time (Gamet)

mods.tconstruct.drying.removerecipe ();

// Remove the synthesis of a drying frame: variable is the finished product after air drying

furnace

mods.tconstruct.Smeltery.addMelting(, * 200, 200, );

// Add a synthesis of solid melting as a liquid: the melting items, the flowing of the fluid after the melting, the temperature value required, the last one can be ignored (the Wiki is marked as red)

mods.tconstruct.smelTery.removeMelting ();

// Remove a solid melting synthesis of liquid: being melted items

MODS.TCONSTRUCT.SMELTERY.ADDALLOY ( * 64, [ * 48, * 16]);

// Add a alloy synthesis: melting alloy, liquid 1 required for alloys, liquid required for alloy 2

mods.tconStruct.smelTery.removeAloy ();

// Remove a alloy synthesis: melting alloy

mods.tconStruct.smelTery.addfuel (, 64, 64);

// Add a liquid to the formula of smelting furnace fuel: as a liquid of fuel, generate temperature value, fuel thermal value

mods.tconStruct.smelTery.removefuel ();

// Remove a liquid to become a recipe for smelting furnace fuel: liquid as fuel

Maintenance material

mods.tconstruct.tweaks.addrepairmater (, "Stone", 2); // What kind of tools can be repaired by adding an item: Maintenance of items, mining of maintenance tools, maintenance durable values

mods.tconStruct.tweaks.removerepairmaterm

// Tools that can be maintained by removing an item: the items used in maintenance, the digging level of the maintenance tool