Changes

Summary

  1. Restore bucket handler so empty buckets fill correctly. (commit: 05693e1) (details)
  2. Fix oil worldgen for stone-like blocks (commit: de38b80) (details)
  3. Update mcmod.info (commit: 4d21f5c) (details)
  4. Fix flowing lava matching (commit: ebcd315) (details)
  5. fix quarry chasing water (commit: 7445ce7) (details)
  6. make quarry check for BlockLiquid (commit: 518e411) (details)
  7. Update README.md (commit: c2358df) (details)
  8. Resubmit for 5.0.x (commit: 5eca225) (details)
  9. Prevent from getting broken pipe item (commit: 120d041) (details)
  10. fixed patch errors (commit: 988156a) (details)
  11. fix maven uploading (commit: 8eea3a7) (details)
  12. Fix fluid icon 'compressing'. Another minor, that highly annoys me. (commit: cb37886) (details)
  13. added missing import and fixed format (commit: 72742a2) (details)
  14. prepare 5.0.4 version (commit: ebebba3) (details)
Commit 05693e1b0bad9ab890a986498422c0cd58e0c37b by fabricatorgeneral
Restore bucket handler so empty buckets fill correctly.

By default clicking on any fluid with an empty bucket will fill it with
water. BucketHandler matches the fluid block clicked on with the
matching fluid filled bucket (item)
(commit: 05693e1)
The file was modifiedcommon/buildcraft/energy/BucketHandler.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit de38b80e6f24cfa8bb661dc005073aae866f6ec7 by CovertJaguar
Fix oil worldgen for stone-like blocks
(commit: de38b80)
The file was modifiedcommon/buildcraft/energy/worldgen/OilPopulate.java (diff)
Commit 4d21f5c9910a443c92ecbebfe5c5f21ce9c637bd by EnderMoneyMod
Update mcmod.info

Fix author list
(commit: 4d21f5c)
The file was modifiedbuildcraft_resources/mcmod.info (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
Commit 518e4111903165573f68ec31413b0d1db038658e by aenterprise2
make quarry check for BlockLiquid
(commit: 518e411)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedREADME.md (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
Commit 120d0410598a3db474e1ad3524210c20ef1e2f93 by an.bulah
Prevent from getting broken pipe item
(commit: 120d041)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedbuild.gradle (diff)
Commit cb37886b221a88fd90a8aaeb8fa133f145534966 by an.bulah
Fix fluid icon 'compressing'. Another minor, that highly annoys me.

Used my universal method for any tank size.
It's opensource, after all, so that you can easily copy and use it xD
(commit: cb37886)
The file was modifiedcommon/buildcraft/energy/gui/GuiCombustionEngine.java (diff)
Commit 72742a24b1eda1a996c0e5f6da90f03887d8891b by SpaceToad
added missing import and fixed format
(commit: 72742a2)
The file was modifiedcommon/buildcraft/energy/gui/GuiCombustionEngine.java (diff)
The file was modifiedbuild.gradle (diff)