Changes

Summary

  1. Fix being able to place items in architect table output (commit: ee7c3a8) (details)
  2. fixed max size of library slots, close #1710 (commit: 658e10b) (details)
  3. Added a more generic air storage avoidance in blueprints, close #1712. (commit: c09772d) (details)
  4. Add AverageUtil and using it for energy rate computing in assembly (commit: 93d1fb4) (details)
  5. Improved blueprint unique id recognition in file names. (commit: 7cdddf3) (details)
  6. Localize update messages (commit: 93806ce) (details)
  7. Change visibility for the things in TravelingItem (commit: 25774bb) (details)
  8. added back old architecture textures, close #1718 (commit: 3e4378f) (details)
  9. Make some blueprint library slots output slots (commit: 48cb35c) (details)
  10. Added configuration for blueprint input / output folders. (commit: 5131374) (details)
  11. On opening Architect GUI focus textfield (commit: c93d36a) (details)
  12. In architect GUI table allow key repeat events (commit: b81cd59) (details)
  13. Avoid using client-only setVelocity, but set it manually, close #1722. (commit: 6ae6875) (details)
  14. fixed style (commit: d5786a3) (details)
  15. slightly improved pipe drops behavior depending on speed (commit: deee15a) (details)
  16. prepare 6.0.10 release (commit: 492b280) (details)
Commit ee7c3a8f7f0e71273ee75ba1c2e6b05c38b49c08 by raul.tambre
Fix being able to place items in architect table output
(commit: ee7c3a8)
The file was modifiedcommon/buildcraft/builders/gui/ContainerArchitect.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
Commit c09772d5d403f935957b7543943e97402b5e8874 by SpaceToad
Added a more generic air storage avoidance in blueprints, close #1712.
(commit: c09772d)
The file was modifiedcommon/buildcraft/core/blueprints/Blueprint.java (diff)
Commit 93d1fb49e6b79bb25e73a1a67b528effa1d28d3e by prototypegamez
Add AverageUtil and using it for energy rate computing in assembly
tables
(commit: 93d1fb4)
The file was modifiedcommon/buildcraft/silicon/TileLaserTableBase.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAssemblyTable.java (diff)
The file was addedcommon/buildcraft/core/utils/AverageUtil.java
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
Commit 7cdddf3361001b9b564c98438958f499fd84b848 by SpaceToad
Improved blueprint unique id recognition in file names.
Increased length of blueprint names and use standard text UI in the architect.
Close #1713
(commit: 7cdddf3)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
The file was removedbuildcraft_resources/assets/buildcraft/textures/gui/template_gui.png
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/ContainerBlueprintLibrary.java (diff)
The file was removedbuildcraft_resources/assets/buildcraft/textures/gui/library_r.png
The file was modifiedcommon/buildcraft/builders/TileArchitect.java (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/gui/architect_gui.png (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/gui/library_rw.png (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was modifiedcommon/buildcraft/core/TickHandlerCoreClient.java (diff)
Commit 25774bbdf1b190ac0ac8ae4231365c105cedc1d6 by prototypegamez
Change visibility for the things in TravelingItem
(commit: 25774bb)
The file was modifiedcommon/buildcraft/transport/TravelingItem.java (diff)
Commit 3e4378f56532fac5fb0748b706e4478567fb0f42 by SpaceToad
added back old architecture textures, close #1718
(commit: 3e4378f)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_rightSide.png (diff)
The file was removedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_sides.png
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_bottom.png (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_leftSide.png (diff)
The file was removedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_top_neg.png
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_top.png (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_back.png (diff)
The file was removedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_top_pos.png
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/architect_front.png (diff)
Commit 48cb35c1246a0f0c4938e7b05827f47a28fb4574 by raul.tambre
Make some blueprint library slots output slots
(commit: 48cb35c)
The file was modifiedcommon/buildcraft/builders/gui/ContainerBlueprintLibrary.java (diff)
Commit 5131374073c95f259ceff6329566747d37f0f67f by SpaceToad
Added configuration for blueprint input / output folders.
Changed default blueprint output folder.
Added capability of defining several blueprint input folders for the library.
Close #1717.
(commit: 5131374)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
Commit c93d36acd6b5b3e33e4608fb1e35f2f22b1404fb by raul.tambre
On opening Architect GUI focus textfield
(commit: c93d36a)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
Commit b81cd59fb9bca9d5d44a5eb3adb0096e38892fb3 by raul.tambre
In architect GUI table allow key repeat events
(commit: b81cd59)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
Commit 6ae68757c7d0e4bb85341cb7ce2e1e4dd6488d02 by SpaceToad
Avoid using client-only setVelocity, but set it manually, close #1722.
(commit: 6ae6875)
The file was modifiedcommon/buildcraft/transport/PipeTransportItems.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
Commit deee15abf9aa9c1bdd951988a71a81f794b200af by SpaceToad
slightly improved pipe drops behavior depending on speed
(commit: deee15a)
The file was modifiedcommon/buildcraft/transport/PipeTransportItems.java (diff)
The file was addedbuildcraft_resources/changelog/6.0.10
The file was modifiedbuild.gradle (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)