Changes

Summary

  1. Fix possible NPE in FacadeItemRenderer (commit: 5c41419) (details)
  2. Fix canFill/canDrain in tanks (commit: aa24a99) (details)
  3. added handling of blueprints without unique ids, close #1842 (commit: 8f8529d) (details)
  4. Fix potential NPE in TileEnergyConverter (commit: 990c5be) (details)
  5. Fix pump crash (commit: f9748a5) (details)
  6. Fix tile marker crash (commit: 173db45) (details)
  7. tentative fix for packet leaks, #1855 (commit: d946f8d) (details)
  8. prepare version 6.0.16 (commit: 7898637) (details)
Commit 5c4141970b47d04110e5f79fcf5b01f866556ccc by prototypegamez
Fix possible NPE in FacadeItemRenderer
(commit: 5c41419)
The file was modifiedcommon/buildcraft/transport/render/FacadeItemRenderer.java (diff)
The file was modifiedcommon/buildcraft/factory/TileTank.java (diff)
Commit 8f8529d4085936a66a9cbb20537e3d8f6cf4eec6 by SpaceToad
added handling of blueprints without unique ids, close #1842
(commit: 8f8529d)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintId.java (diff)
Commit 990c5bec91888f772bb8661297605b5f1c242644 by prototypegamez
Fix potential NPE in TileEnergyConverter
(commit: 990c5be)
The file was modifiedcommon/buildcraft/energy/TileEnergyConverter.java (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedcommon/buildcraft/builders/TileMarker.java (diff)
Commit d946f8d93639313fc6f2caae67816c74622d54fd by SpaceToad
tentative fix for packet leaks, #1855
(commit: d946f8d)
The file was modifiedcommon/buildcraft/factory/network/PacketHandlerFactory.java (diff)
The file was modifiedcommon/buildcraft/builders/network/PacketHandlerBuilders.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/core/network/PacketHandler.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftSilicon.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/core/network/PacketTileState.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/silicon/network/PacketHandlerSilicon.java (diff)
The file was modifiedcommon/buildcraft/transport/network/PacketHandlerTransport.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was modifiedbuild.gradle (diff)
The file was addedbuildcraft_resources/changelog/6.0.16
The file was modifiedbuildcraft_resources/versions.txt (diff)