Fixed every bucket being emptied into the Magnetic Miner

This commit is contained in:
Ellpeck 2015-08-15 13:22:34 +02:00
parent 861bcb0141
commit 1af5bdaae1

View file

@ -73,7 +73,7 @@ public class TileEntityOreMagnet extends TileEntityInventoryBase implements IEne
} }
//Empty Oil Bucket //Empty Oil Bucket
WorldUtil.emptyBucket(this.tank, this.slots, SLOT_OIL_INPUT, SLOT_OIL_OUTPUT); WorldUtil.emptyBucket(this.tank, this.slots, SLOT_OIL_INPUT, SLOT_OIL_OUTPUT, InitBlocks.fluidOil);
} }
} }