Changes

Summary

  1. Potential fix for block breaking robots hanging up on air blocks. (commit: dd6c019) (details)
  2. Slimeballs don't have meta (commit: 9966ad3) (details)
  3. fix planters sometimes not finding valid planting blocks (commit: 4588296) (details)
  4. fix a ConcurrentModificationException on the planter, fixes #2566 (commit: e1135ed) (details)
  5. fix #2574 (commit: 16bceed) (details)
  6. BuildCraft 6.4.4 (commit: 04fe3c3) (details)
Commit dd6c019bfcb5796c144e0e7819c9318a353968cb by kubuxu
Potential fix for block breaking robots hanging up on air blocks.
(commit: dd6c019)
The file was modifiedcommon/buildcraft/robots/ai/AIRobotBreak.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
Commit 45882961ca9c9ca8b2a4b43a112ed4ff690043ca by hea3venmc
fix planters sometimes not finding valid planting blocks
(commit: 4588296)
The file was modifiedcommon/buildcraft/core/Box.java (diff)
The file was modifiedcommon/buildcraft/core/ZoneChunk.java (diff)
Commit e1135ed1838c394adf5ac4f88818ef925e697f48 by hea3venmc
fix a ConcurrentModificationException on the planter, fixes #2566
(commit: e1135ed)
The file was modifiedcommon/buildcraft/robots/boards/BoardRobotPlanter.java (diff)
The file was modifiedcommon/buildcraft/builders/TileConstructionMarker.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was addedbuildcraft_resources/changelog/6.4.4
The file was modifiedbuild.gradle (diff)