Craftweaker Integration "RemoveAll" Not Working
Darkosto opened this issue ยท 0 comments
Minecraft Version 1.12.2
Forge Version 2566
Mod Version
pneumaticcraft-repressurized-1.12.2-0.2.0-85.jar
Describe your problem, including steps to reproduce it
Using the Craftweaker lines to removeAll does not remove all of the recipes. To remove any of the ThermopneumaticProcessingUnit or Refinery recipes you have to remove the liquids individually.
Lines used in the script:
mods.pneumaticcraft.thermopneumaticprocessingplant.removeAllRecipes();
and
mods.pneumaticcraft.refinery.removeAllRecipes();