Changes

Summary

  1. Fixed crash with Factorization Barrels. (commit: 148ee72) (details)
  2. Adjustments to Pipe Connection method to allow for proper sided checks (commit: b46d1c3) (details)
  3. Log coordinates of invalid pipes (commit: d640951) (details)
Commit 148ee720923454fd3411fe347495b841fb0d3abb by shukaro
Fixed crash with Factorization Barrels.
(commit: 148ee72)
The file was modifiedcommon/buildcraft/core/utils/Localization.java (diff)
Commit b46d1c33cc029f2e9205b299cb0e2c3bfa2d5321 by kinglemming
Adjustments to Pipe Connection method to allow for proper sided checks (for correct liquid pipe support). Liquid pipes now query vs the correct side rather than UNKNOWN.

Signed-off-by: King Lemming <[email protected]>
(commit: b46d1c3)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportItems.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportLiquids.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransport.java (diff)
The file was modifiedcommon/buildcraft/transport/Pipe.java (diff)
Commit d640951f2d72c5c88a0a7b8ee3ae90e45ef42cf7 by agaricusb
Log coordinates of invalid pipes

Based on Maeyanie's fix for the old BC2 Bukkit port:
https://github.com/Maeyanie/BuildCraft/commit/7dac7f9c2afec2b1f2935458a7bda6838b9b893c
Add more feedback to the 'invalid pipe' loading errors.
(commit: d640951)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemPipe.java (diff)