Merge branch 'master' of github.com:SirSengir/BuildCraft

This commit is contained in:
SirSengir 2012-07-20 20:26:53 +02:00
commit b318fc818e

View file

@ -111,7 +111,7 @@ public class BlockTank extends BlockContainer implements ITextureProvider {
// Handle empty containers // Handle empty containers
} else { } else {
LiquidStack available = tank.drain(Orientations.Unknown, BuildCraftAPI.BUCKET_VOLUME, false); LiquidStack available = tank.getTanks()[0].getLiquid();
ItemStack filled = LiquidManager.fillLiquidContainer(available, current); ItemStack filled = LiquidManager.fillLiquidContainer(available, current);
liquid = LiquidManager.getLiquidForFilledItem(filled); liquid = LiquidManager.getLiquidForFilledItem(filled);