Changes

Summary

  1. cleanup, add recipe removal APIs and IMC messages (commit: b3e908d) (details)
  2. make BuildCraft log warnings more consistent and improve their spelling (commit: 3c41186) (details)
  3. update API for IMC removal (commit: c426661) (details)
  4. fix valves for power and add omnidirectional valves with no parameter, (commit: 257c49f) (details)
Commit b3e908d1ac3586bd386806511a45be7f05c7679e by asiekierka
cleanup, add recipe removal APIs and IMC messages
(commit: b3e908d)
The file was modifiedcommon/buildcraft/commander/GuiRequester.java (diff)
The file was modifiedcommon/buildcraft/transport/gui/GuiGateInterface.java (diff)
The file was modifiedcommon/buildcraft/core/InterModComms.java (diff)
The file was modifiedcommon/buildcraft/core/recipes/RefineryRecipeManager.java (diff)
The file was modifiedcommon/buildcraft/core/gui/GuiAdvancedInterface.java (diff)
The file was modifiedcommon/buildcraft/core/science/GuiScienceBook.java (diff)
The file was modifiedcommon/buildcraft/core/recipes/AssemblyRecipeManager.java (diff)
The file was modifiedcommon/buildcraft/factory/gui/GuiHopper.java (diff)
The file was modifiedcommon/buildcraft/silicon/gui/GuiAssemblyTable.java (diff)
Commit 3c411866093b98273bcf91a838b614268cdff35f by asiekierka
make BuildCraft log warnings more consistent and improve their spelling quality
(commit: 3c41186)
The file was modifiedcommon/buildcraft/core/InterModComms.java (diff)
The file was modifiedapi/buildcraft/api/recipes/IAssemblyRecipeManager.java (diff)
The file was modifiedapi/buildcraft/api/recipes/IRefineryRecipeManager.java (diff)
Commit 257c49f4f9484c3ef6a42ef9886d579e8007a41d by asiekierka
fix valves for power and add omnidirectional valves with no parameter, closes #2019
(commit: 257c49f)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
The file was modifiedcommon/buildcraft/transport/triggers/ActionValve.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedcommon/buildcraft/transport/gui/GuiGateInterface.java (diff)