// steam processing table
/Add formula
mods.steamworld.assembler.addrecipe (output, processing time, processing raw material 1, processing raw material 2 ..., processing raw material 6);
/Remove recipe
mods.steamworld.assembler.removerecipe (output);
// Steam crusher
/Add formula
mods.steamworld.grinder.addrecipe (input, output);
mods.steamworld.grinder.addrecipe (input, output, 1 represents/0 represents whether);
/Remove recipe
mods.steamworld.grinder.removerecipe (input);