Changes

Summary

  1. Make Converter block works with pipes (commit: 3a02c63) (details)
  2. fixed deployer sequence, close #1811 (commit: c44842a) (details)
  3. fixed crash when removing prematurely removing blueprint from library, (commit: 4b475d9) (details)
  4. Added localization for phased facade (commit: 8b92fcf) (details)
  5. Fixed phased facade having incorrect meta value (commit: 656baa9) (details)
  6. Removed debug item from creative menu (commit: 10efb94) (details)
  7. Fixed bad formatting (commit: 0399c2c) (details)
  8. Fixed checkstyle failure (commit: 8a4b398) (details)
  9. Fix possible NPE and crashes (commit: bb3bf76) (details)
  10. Intrusive rewrite of some power transmission mechanisms. (commit: e2a85c1) (details)
  11. Fix potential exceptions, close #1815 (commit: 9e4519c) (details)
  12. Added to wood pipes the ability to interact with all BC energy APIs. (commit: 89f71c5) (details)
  13. prepare 6.0.14 release (commit: b63fb22) (details)
Commit 3a02c63ea69d93510d6bbc7079af101e8810dbfd by prototypegamez
Make Converter block works with pipes
(commit: 3a02c63)
The file was modifiedcommon/buildcraft/energy/TileEnergyConverter.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBlueprint.java (diff)
Commit 4b475d9fefdd6c1a4af1ea2499b0dcc70da3a1e2 by SpaceToad
fixed crash when removing prematurely removing blueprint from library, close #1812
(commit: 4b475d9)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
Commit 8b92fcfa889bb13762c09796ac46eca1303bc4f0 by dmillerw
Added localization for phased facade
(commit: 8b92fcf)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
Commit 656baa987fe88a6e79f376dfb9f31914dcff00f8 by dmillerw
Fixed phased facade having incorrect meta value
(commit: 656baa9)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
Commit 10efb94617a532db0d8c7f60fc6a86a1bb4c59d5 by dmillerw
Removed debug item from creative menu
(commit: 10efb94)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprint.java (diff)
The file was modifiedcommon/buildcraft/core/utils/NBTUtils.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAssemblyTable.java (diff)
Commit e2a85c160780986acff9fb417769f68bcd60b607 by SpaceToad
Intrusive rewrite of some power transmission mechanisms.
The new algorithm should be better at balancing power consumption between
sources.
For #1746
(commit: e2a85c1)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedcommon/buildcraft/core/network/serializers/ClassMapping.java (diff)
Commit 89f71c515be93b98af16da4ac146e6c5e2924b7f by SpaceToad
Added to wood pipes the ability to interact with all BC energy APIs.
Close #1824
(commit: 89f71c5)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was modifiedbuild.gradle (diff)
The file was addedbuildcraft_resources/changelog/6.0.14