Changes

Summary

  1. fix planter robot filtering random items as reeds, fixes #2660 (commit: 1e9e3f0) (details)
  2. fix a robot error on void worlds or worlds with holes in bedrock (commit: 3f19711) (details)
  3. make fluid pipes work as advertised in terms of speed, mimics 7.0 commit (commit: 0c99fd7) (details)
  4. fix Z-fighting on almost empty tanks (commit: 09212f0) (details)
  5. add FML remap event support to mapping registry, should help backwards (commit: 23ea92f) (details)
  6. add some missing localizations (#2665) (commit: 7c2a25b) (details)
  7. fix gates having a shared set of expansion trigger/actions (commit: 0e16c26) (details)
  8. BuildCraft 6.4.14 (commit: 00b0b97) (details)
Commit 1e9e3f0b02b247ca5a60301ed1da8bd7d6c0bcd7 by asiekierka
fix planter robot filtering random items as reeds, fixes #2660
(commit: 1e9e3f0)
The file was modifiedcommon/buildcraft/robots/boards/BoardRobotPlanter.java (diff)
Commit 3f19711b60070ff012729e7be2725dba970b3995 by asiekierka
fix a robot error on void worlds or worlds with holes in bedrock
(commit: 3f19711)
The file was modifiedcommon/buildcraft/core/utils/concurrency/PathFinding.java (diff)
Commit 0c99fd750e42a47fcd8618549119389efd0bf866 by asiekierka
make fluid pipes work as advertised in terms of speed, mimics 7.0 commit
(commit: 0c99fd7)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
Commit 09212f053b8dd0f1d81b2990dc1c76c5e206b9b1 by asiekierka
fix Z-fighting on almost empty tanks
(commit: 09212f0)
The file was modifiedcommon/buildcraft/core/render/FluidRenderer.java (diff)
Commit 23ea92f93b3ea740d55e7bc0ff33a68453a083cd by asiekierka
add FML remap event support to mapping registry, should help backwards compatibility
(commit: 23ea92f)
The file was modifiedapi/buildcraft/api/blueprints/MappingRegistry.java (diff)
Commit 7c2a25b9bec6837396ca236557b92e226f695741 by asiekierka
add some missing localizations (#2665)
(commit: 7c2a25b)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit 0e16c262d285524a4293e6aa219105e793a316a7 by asiekierka
fix gates having a shared set of expansion trigger/actions
(commit: 0e16c26)
The file was modifiedcommon/buildcraft/transport/PipeTriggerProvider.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeActionProvider.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedapi/buildcraft/api/blueprints/MappingRegistry.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was addedbuildcraft_resources/changelog/6.4.14