Changes

Summary

  1. improve IFluidContainerItem logic, fix #2295 (commit: 51d8c06) (details)
  2. improve builder error messaging, fix fluid block detection (commit: cc7d339) (details)
  3. optimize zone planners, fix #2243 (commit: 6858738) (details)
  4. fix #2298, add list tooltips, fix inserting lists inside lists, fix list (commit: 883de2d) (details)
  5. implement recolourBlock API for pipes, water buckets now bleach the pipe (commit: 9299ddc) (details)
  6. improve blueprint library text colors, add refreshing on GUI open (commit: 177eb3d) (details)
  7. improve FluidUtils for BuildCraftCompat needs (commit: afe5e4e) (details)
  8. fix BuildCraftCompat pipe override (commit: 76c57b1) (details)
  9. fix blueprints over ~32k not working (#2289) (commit: 9883e79) (details)
  10. fix two minor bugs and restore block step sounds (commit: 516c680) (details)
  11. allow robots to break blocks with hardness 0, fix #2198 (commit: 3913cb0) (details)
  12. Various small rendering tweaks to robots (commit: c4385cb) (details)
  13. Made robot lights shiny (commit: a6e9c48) (details)
  14. Disable lighting when rendering the shiny overlay (commit: 279372f) (details)
  15. BuildCraft 6.2.5 (commit: 87fffc2) (details)
Commit 51d8c06b9fc4528a3357e750c50ffe01830beaaf by asiekierka
improve IFluidContainerItem logic, fix #2295
(commit: 51d8c06)
The file was modifiedcommon/buildcraft/factory/BlockTank.java (diff)
Commit cc7d3397f52fc4e6a7d82ceca5096c2510460cb8 by asiekierka
improve builder error messaging, fix fluid block detection
(commit: cc7d339)
The file was modifiedcommon/buildcraft/core/blueprints/SchematicRegistry.java (diff)
The file was modifiedcommon/buildcraft/builders/HeuristicBlockDetection.java (diff)
Commit 6858738d4dd6fc1e233e07b1dc3379d3dd1b0b8b by asiekierka
optimize zone planners, fix #2243
(commit: 6858738)
The file was modifiedcommon/buildcraft/commander/ContainerZonePlan.java (diff)
The file was addedcommon/buildcraft/builders/schematics/SchematicAir.java
The file was modifiedcommon/buildcraft/core/blueprints/SchematicRegistry.java (diff)
The file was modifiedcommon/buildcraft/builders/HeuristicBlockDetection.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/commander/TileZonePlan.java (diff)
Commit 883de2d8bb5c3dea747cad0744d675dd5dfc48fa by asiekierka
fix #2298, add list tooltips, fix inserting lists inside lists, fix list stackability
(commit: 883de2d)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was modifiedcommon/buildcraft/core/ItemList.java (diff)
The file was modifiedcommon/buildcraft/core/gui/ContainerList.java (diff)
The file was modifiedcommon/buildcraft/core/gui/GuiList.java (diff)
The file was modifiedcommon/buildcraft/core/gui/AdvancedSlot.java (diff)
Commit 9299ddccac55d3560ac4ff472961c86c180d1b80 by asiekierka
implement recolourBlock API for pipes, water buckets now bleach the pipe colour
(commit: 9299ddc)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsStripes.java (diff)
The file was modifiedcommon/buildcraft/transport/render/PipeRendererWorld.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemPipe.java (diff)
Commit 177eb3d9f14955c370260ec8f6fb98f7557452d5 by asiekierka
improve blueprint library text colors, add refreshing on GUI open (#2270)
(commit: 177eb3d)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
Commit afe5e4efa5c30ee19ba1c1a806aca86a9a9b9ecd by asiekierka
improve FluidUtils for BuildCraftCompat needs
(commit: afe5e4e)
The file was modifiedcommon/buildcraft/core/utils/FluidUtils.java (diff)
Commit 76c57b11b686d9c2b282ee15ab59aac8057c0c47 by asiekierka
fix BuildCraftCompat pipe override
(commit: 76c57b1)
The file was addedcommon/buildcraft/BCCompatHooks.java
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/transport/TransportProxy.java (diff)
Commit 9883e790c47a3d7eaaa29be953519363a7655314 by asiekierka
fix blueprints over ~32k not working (#2289)
(commit: 9883e79)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
Commit 516c680b91dc386c7c18d116701af55fbb97480f by asiekierka
fix two minor bugs and restore block step sounds
(commit: 516c680)
The file was modifiedcommon/buildcraft/factory/BlockMiningWell.java (diff)
The file was modifiedcommon/buildcraft/core/proxy/CoreProxy.java (diff)
The file was modifiedcommon/buildcraft/factory/BlockQuarry.java (diff)
The file was modifiedcommon/buildcraft/core/BlockSpring.java (diff)
The file was modifiedcommon/buildcraft/core/utils/WorldPropertyIsLeaf.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/RecursiveBlueprintBuilder.java (diff)
Commit 3913cb0f7c9b34d1a833ef2991dc1ed6d0ee64ea by asiekierka
allow robots to break blocks with hardness 0, fix #2198
(commit: 3913cb0)
The file was modifiedcommon/buildcraft/core/robots/AIRobotBreak.java (diff)
Commit c4385cbbc8683831efb64581b0ebd9adbfe7f424 by asiekierka
Various small rendering tweaks to robots

See #2279 for details
(commit: c4385cb)
The file was modifiedcommon/buildcraft/core/render/RenderRobot.java (diff)
The file was addedbuildcraft_resources/assets/buildcraft/textures/entities/robot_overlay.png
The file was modifiedcommon/buildcraft/core/render/RenderRobot.java (diff)
Commit 279372f6720eb3fde120ccf8102ae88196c48099 by asiekierka
Disable lighting when rendering the shiny overlay
(commit: 279372f)
The file was modifiedcommon/buildcraft/core/render/RenderRobot.java (diff)
The file was addedbuildcraft_resources/changelog/6.2.5
The file was modifiedcommon/buildcraft/core/gui/GuiList.java (diff)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/HeuristicBlockDetection.java (diff)
The file was modifiedcommon/buildcraft/BCCompatHooks.java (diff)
The file was modifiedcommon/buildcraft/commander/ContainerZonePlan.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was modifiedcommon/buildcraft/factory/BlockTank.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/core/blueprints/SchematicRegistry.java (diff)