Primitive Technology Crafttweaker Minecraft GAME

According to the GitHub link provided by the author, you can find the method of the Crafttweaker Magic Reform.


Note:

The "input items" in the writing method shown below are ingredients; "input items array []" are ingredient []; "output items" are iItemstack, "production time" is int, and the unit is Tick.

Import where import is used for guidance.After the guide package, the mods.primalTech.clayKiln, Mods.primalTech.stoneanvil, etc. can be shrunk to ClayKiln, Stoneanvil, etc. (examples have shrunk).

Clay kiln

Import Mods.primalTech.clayKiln;

Claykiln.addRecipe (output item, input items, production time);

Stew

Import Mods.primalTech.stoneanvil;

Stoneanvil.addrecipe (output item, input item);

Hydrophilic saw

Import mods.primaltech.watersaw;

Watersaw.addRecipe (output items, input items, production time);

Wooden mixing basin

Import mods.primaltech.woodenbasin;

Woodenbasin.addrecipe (output items, input fluids, input items array []);