我的世界SteamWorld Crt 魔改
//蒸汽加工台
/添加配方
mods.steamworld.assembler.addRecipe(输出, 加工时间,加工原料1,加工原料2…..,加工原料6);
/移除配方
mods.steamworld.assembler.removeRecipe(输出);
//蒸汽粉碎机
/添加配方
mods.steamworld.grinder.addRecipe(输入,输出);
mods.steamworld.grinder.addRecipe(输入,输出, 1代表是/0代表否 );
/移除配方
mods.steamworld.grinder.removeRecipe(输入);