Use CRT to carry out the root of the root magic reform (roots) MINECRAFT Game

Need modules: root magic, crafttweaker

Magic changing firewood pile synthetic table:

Guide package:

Import Mods.roots.pyre;

Delete the synthetic table:

Pyre.removerecipe ();

Add synthetic table:

Pyre.addRecipe ("Formula Name", , [Synthetic Materials>, , , , ]);

Example: Use two soil to synthesize diamonds with 3 iron ingots

Pyre.addRecipe("diamond", , [,]);

Magic Reform Elf Craftsman Channel Synthetic Form:

Guide package:

Import Mods.roots.fey;

Delete the synthetic table:

Fey.removerecipe ();

Add synthetic table:

Fey.addRecipe ("Formula Name", , [Synthetic Materials>, ,

, , ]);

Example: Use 3 gold ingots to synthesize mud with two iron ingots

Fey.addrecipe ("DIRT", , [, , , , ]);