Changes

Summary

  1. fix NPE when using combustion engine with empty tank (commit: fa577e2) (details)
  2. Fix typo. (commit: d9a06ce) (details)
  3. Fix tank not rendering fluids properly. (commit: d61aacd) (details)
  4. Lava is now lava (commit: db1ff2e) (details)
  5. fix array indexes (commit: ec5f7ed) (details)
Commit fa577e2c1b528662e60ee7c796bacb86b0b623c1 by schlosser.tomas
fix NPE when using combustion engine with empty tank
(commit: fa577e2)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
Commit d9a06ceba025fde237905320770a9e7c0714b08e by vilim.lendvaj
Fix typo.

In case another mod adds a fuel fluid, and it's loaded before BC, without this fix the fuel buckets would place oil blocks.
(commit: d9a06ce)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit d61aacde166a81028bee7af4a6443415a71c38e2 by vilim.lendvaj
Fix tank not rendering fluids properly.

Before every fluid in the tank was pink(no texture) because the texture path has changed in 1.6.
(commit: d61aacd)
The file was modifiedcommon/buildcraft/core/render/FluidRenderer.java (diff)
The file was modifiedcommon/buildcraft/core/DefaultProps.java (diff)
The file was modifiedcommon/buildcraft/factory/TilePump.java (diff)