Changes

Summary

  1. fixed builder position error when no energy, fix #1701 (commit: 62e21a4) (details)
  2. fixed potential NPE (commit: 2923911) (details)
  3. improved movements of building items (commit: f4866fa) (details)
  4. engines are standalone blocks (commit: b45ba8a) (details)
  5. tanks are standalone blocks (commit: 3629e76) (details)
  6. stairs are standalone blocks (commit: 03dfd35) (details)
  7. Added provision for blueprints with non existing blocks and entities. (commit: fe5e734) (details)
  8. Fix a typ (commit: eb62240) (details)
  9. No need to commit some Eclipse preferences (commit: 1fe4200) (details)
  10. Fixed pipe connection bans (commit: 7b6f66d) (details)
  11. removed obsolete properties (commit: a76e98b) (details)
  12. fixed last java warnings (commit: eee2c22) (details)
  13. fixed version checking (commit: a66ba2f) (details)
  14. Re-activated version check and changelog extracting, now based on github (commit: 21fd683) (details)
Commit 62e21a45b8f4ad712f163b23c34fea7762224075 by SpaceToad
fixed builder position error when no energy, fix #1701
(commit: 62e21a4)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBlueprint.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
Commit f4866fa883603eb8e13bf2011bbfec7406e016f7 by SpaceToad
improved movements of building items
(commit: f4866fa)
The file was modifiedcommon/buildcraft/builders/BuildingItem.java (diff)
Commit b45ba8a93d7699b325cfdebf92a486ebab463bff by SpaceToad
engines are standalone blocks
(commit: b45ba8a)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
The file was modifiedcommon/buildcraft/factory/SchematicTank.java (diff)
Commit 03dfd35b47dd4833d0bd90d36ef9b5016d7b4b92 by SpaceToad
stairs are standalone blocks
(commit: 03dfd35)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicStairs.java (diff)
Commit fe5e734b647101a8f5aa556ebb6c0dde511c0692 by SpaceToad
Added provision for blueprints with non existing blocks and entities.
Close #1702
(commit: fe5e734)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BlueprintBase.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/Blueprint.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprint.java (diff)
The file was modifiedcommon/buildcraft/core/utils/CraftingHandler.java (diff)
Commit 1fe4200a7d39498a641c9ae4da8cfda8122d8be4 by raul.tambre
No need to commit some Eclipse preferences
(commit: 1fe4200)
The file was modified.gitignore (diff)
Commit 7b6f66db02a3bd83d3c9f1a6d8878a3541875940 by terje.holene
Fixed pipe connection bans

Fixes #1707
(commit: 7b6f66d)
The file was modifiedcommon/buildcraft/transport/PipeConnectionBans.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/core/InterModComms.java (diff)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
Commit 21fd683e5804b793ecf9cf9b52424061b01e114a by SpaceToad
Re-activated version check and changelog extracting, now based on github files.
Close #1709
(commit: 21fd683)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
The file was modifiedcommon/buildcraft/core/CommandBuildCraft.java (diff)
The file was addedbuildcraft_resources/versions.txt
The file was addedbuildcraft_resources/changelog/6.0.9
The file was modifiedcommon/buildcraft/core/TickHandlerCoreClient.java (diff)