Changes

Summary

  1. correction to the previous commit (commit: a48e184) (details)
  2. another null check needed (commit: 131f245) (details)
  3. fix transport pipe explosions not destroying the pipe (commit: 81db6ee) (details)
Commit a48e184ddbfdb35da09b452eea17044e6e9e125a by andy.t.roo
correction to the previous commit

please --squash this or the previous ones.
(and i'll try not to write up commits using the web interface, even for
simple things in the future)
(commit: a48e184)
The file was removedcommon/buildcraft/core/triggers/CraftingHelper.java
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)
The file was addedcommon/buildcraft/core/utils/CraftingHelper.java
Commit 131f2459ed178aa16985441c41264e0802bacd73 by andy.t.roo
another null check needed

the crafting helper is not used anywhere other than the 3 places that
have null checks. (this was the third location)
(commit: 131f245)
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)
Commit 81db6ee4c550427fd7db5909e4507b077737d75d by player
fix transport pipe explosions not destroying the pipe
(commit: 81db6ee)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportItems.java (diff)