需要模组:沉浸工程CraftTweaker

金属冲压机:

移除配方:

mods.immersiveengineering.MetalPress.removeRecipe(<成品>);

添加配方:

mods.immersiveengineering.MetalPress.addRecipe(<成品>,<材料>,<冲压模具>, 耗电量);

例:使用一个泥土用板材金属冲压模具消耗1145RF冲压为钻石

mods.immersiveengineering.MetalPress.addRecipe(<minecraft:diamond>,<minecraft:dirt>,<immersiveengineering:mold>, 1145);

粉碎机:

移除配方:

mods.immersiveengineering.Crusher.removeRecipe(<成品>);

添加配方:

mods.immersiveengineering.Crusher.addRecipe(<成品>, <材料>, 耗电量);

例:使用一个泥土在打粉机中消耗1145RF得到钻石

mods.immersiveengineering.Crusher.addRecipe(<minecraft:diamond>, <minecraft:dirt>, 1145);

注:电量单位为RF