Changes

Summary

  1. First bit of fixing the flood gate. (commit: 7bc1bc1) (details)
  2. fixes #3311 (#3350) (commit: febe3de) (details)
Commit 7bc1bc1d124027f4d6487c12ae390d65b92df510 by AlexIIL
First bit of fixing the flood gate.
(commit: 7bc1bc1)
The file was modifiedcommon/buildcraft/core/lib/fluids/Tank.java (diff)
The file was modifiedcommon/buildcraft/factory/TileFloodGate.java (diff)
The file was modifiedbuildcraft_resources/assets/buildcraftfactory/blockstates/floodGateBlock.json (diff)
The file was modifiedcommon/buildcraft/factory/BlockFloodGate.java (diff)
Commit febe3de1b7783291e13764b9f0f73565e4d13dad by AlexIIL
fixes #3311 (#3350)
+blocks without boundingbox can be in a robots path
! Robots can now pickup items one block away (if block has a bounding
box)
(commit: febe3de)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotGotoBlock.java (diff)
The file was modifiedcommon/buildcraft/core/lib/utils/PathFinding.java (diff)
The file was addedcommon/buildcraft/core/properties/WorldPropertyIsFreePath.java
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotFetchItem.java (diff)