Changes

Summary

  1. Temporary solution to fluids eating other fluids (commit: c057307) (details)
  2. Assembly Table isInvalid() Crash Fix (commit: bffa773) (details)
Commit c057307f3350822bdcb35da1f62e8ea470984b8f by vilim.lendvaj
Temporary solution to fluids eating other fluids

This will work for BC, untill the Forge devs decide what would be the best universal approach. For now this is a solution to prevent the issue for Oil and Fuel, using the rule "first fluid wins".
(commit: c057307)
The file was modifiedcommon/buildcraft/energy/BlockBuildcraftFluid.java (diff)
Commit bffa773344b650dee34c2de8fb25665649624fe8 by fyberoptic
Assembly Table isInvalid() Crash Fix

Solution for #1054.  Avoids crash from name conflict with .isInvalid()
between ILaserTarget interface and TileEntity class, in relation to
TileAssemblyTable and TileAdvancedCraftingTable.
(commit: bffa773)
The file was modifiedcommon/buildcraft/silicon/TileAssemblyTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
The file was modifiedcommon/buildcraft/silicon/ILaserTarget.java (diff)