Changes

Summary

  1. Fix block break robots going into sleep mode after successfully (commit: bc9e61c) (details)
  2. fix charging table storing negative RF (commit: c82fa36) (details)
  3. Fix picker robots dancing if two items are in same block (commit: 01b1951) (details)
  4. fix charging table patch (commit: 436de92) (details)
  5. fixed redstone engine extraction system in wooden power pipes (commit: b0bf96d) (details)
  6. Stop the cooling when it round the use to zero (commit: c93ce3a) (details)
  7. Merge with 6.5.x tree (commit: 801b449) (details)
  8. Knights now search IMob instead of EntityMob (Fix #2537) (commit: 9214f48) (details)
  9. Make carrier robots load to full from one station (commit: 1c8b0b4) (details)
  10. fix planters not working with zone planner areas (commit: 61ffce7) (details)
  11. Possible fix for #2541 (commit: c03df68) (details)
  12. make robots try to recharge at a bit less than max (commit: 8b05cc9) (details)
  13. fix sleep usage being too high (commit: af2ea54) (details)
  14. tweak energy values in robots (commit: 457f69e) (details)
  15. Merge with 6.5.x energy value tweaks (commit: d3288d1) (details)
  16. fix robot dupe when unloaded on a station other than the main link (commit: 6b34097) (details)
  17. BuildCraft 6.4.3 (commit: 5541c8e) (details)
  18. update versions.txt (commit: 41ea53e) (details)
Commit bc9e61cc67ad071ba0685268c64c6774557e1fcb by m-d14
Fix block break robots going into sleep mode after successfully harvesting block. Close #2528
(commit: bc9e61c)
The file was modifiedcommon/buildcraft/robots/boards/BoardRobotGenericBreakBlock.java (diff)
Commit c82fa36033cbac2ef3dd8ae2136335bd7c1d4f30 by asiekierka
fix charging table storing negative RF
(commit: c82fa36)
The file was modifiedcommon/buildcraft/silicon/TileChargingTable.java (diff)
Commit 01b19511391f10d4acdbfc80ece3d6f07c6340f1 by kubuxu
Fix picker robots dancing if two items are in same block

Signed-off-by: Kubuxu <[email protected]>
(commit: 01b1951)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotFetchItem.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileChargingTable.java (diff)
Commit b0bf96d5efeffbf4de39c06e473b0440d16954a9 by asiekierka
fixed redstone engine extraction system in wooden power pipes
(commit: b0bf96d)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
Commit c93ce3a32613c3bfc0e82331633b6408e21f3da2 by asiekierka
Stop the cooling when it round the use to zero
(commit: c93ce3a)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
Commit 9214f4845977781c0f5124c33f8be320a3660403 by thog92
Knights now search IMob instead of EntityMob (Fix #2537)
(commit: 9214f48)
The file was modifiedcommon/buildcraft/robots/boards/BoardRobotKnight.java (diff)
Commit 1c8b0b48ba6018cf1c6255cb795a9a025b61cc0b by kubuxu
Make carrier robots load to full from one station
(commit: 1c8b0b4)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotLoad.java (diff)
Commit 61ffce7622cd27591fae1ae90d6d7accd14888b9 by hea3venmc
fix planters not working with zone planner areas
(commit: 61ffce7)
The file was modifiedcommon/buildcraft/core/ZoneChunk.java (diff)
The file was modifiedcommon/buildcraft/factory/TileRefinery.java (diff)
Commit 8b05cc921d4af3bbe8980f7d3f7791b639051964 by asiekierka
make robots try to recharge at a bit less than max
(commit: 8b05cc9)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotRecharge.java (diff)
Commit af2ea54b6da62265dbadb64ae1bcbb385a0eb71c by asiekierka
fix sleep usage being too high
(commit: af2ea54)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotSleep.java (diff)
Commit 457f69e5e0df8fb0605e2c71950408226c28c179 by asiekierka
tweak energy values in robots
(commit: 457f69e)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotLoad.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotGoto.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotAttack.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotPumpBlock.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotUnloadFluids.java (diff)
The file was modifiedapi/buildcraft/api/robots/EntityRobotBase.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotStripesHandler.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotCraftGeneric.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotUseToolOnBlock.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotBreak.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotUnload.java (diff)
The file was addedcommon/buildcraft/core/lib/AchievementManager.java
The file was modifiedcommon/buildcraft/robots/ai/AIRobotLoadFluids.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotFetchItem.java (diff)
Commit d3288d107ad217054a0dd587689580706787c995 by asiekierka
Merge with 6.5.x energy value tweaks
(commit: d3288d1)
The file was removedcommon/buildcraft/core/lib/AchievementManager.java
Commit 6b3409736d342e344d5d903c00155ea58d96f39f by hea3venmc
fix robot dupe when unloaded on a station other than the main link
(commit: 6b34097)
The file was modifiedcommon/buildcraft/robots/RobotRegistry.java (diff)
The file was addedbuildcraft_resources/changelog/6.4.3
The file was modifiedcommon/buildcraft/factory/TileRefinery.java (diff)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotAttack.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)