Crafttweaker's support for the country (CRT] CRAFTTWEAKER MINECRAFT Game

This tutorial is set by the author to use the CC By-NC-SA protocol.

// Pressing wooden basin

// evaporate

//alchemy

/*

[1] In Crafttweaker, the format of the fluid label is , such as ,

The quantity can also be brought behind the label, and the "*" must be connected, and the unit is MB.

You can use "/ct liquids" to obtain all registered fluids and view it in crafttweaker.log. [b]

[2] Fill null here for air.

*/

// Example

// Use pressing wooden basin to make watermelon slices into water, and the output is 125MB/piece

mods.rustic.crushINGTUB.Addrecipe (*125, NULL, *1);

// Evolly evaporate olive oil and make sugar, 1 sugar can be used every 750MB olive oil

mods.rustic.evaporatingBasin.addrecipe (*1, *750);

// Slow i potion, 1: 30

Val Slownesselixir = . Withtag ({Elixireffects: [{Effect: "Minecraft: Slowness", Duration: 1800, Amplifier: 0}];

// Slowly I, 8: 00

Val SlowsSeXTENDELIXIR = . Withtag ({Elixireffects: [{Effect: "Minecraft: Slowness", Duration: 4800, AMPLIFier: 0});

// Use simple alchemy to take slow Ipin Pharmacy, the material is spider web and vines

Mods.rustic.Condenseer.addrecipe (Slownesselixir, , );

// Use the advanced alchemy to take slow Ipin Pharmacy. The materials are spider webs and vines.

mods.rustic.Condenser.addRecipe(slownessExtendedElixir,,[,]);