Mark drips client only

Might fix server issues *shrugs*
This commit is contained in:
CovertJaguar 2013-07-19 15:22:26 -07:00
parent 2302eacad4
commit 4fd129170c
2 changed files with 1 additions and 1 deletions

View file

@ -90,6 +90,7 @@ public class BlockBuildcraftFluid extends BlockFluidClassic {
}
@Override
@SideOnly(Side.CLIENT)
public void randomDisplayTick(World world, int x, int y, int z, Random rand) {
super.randomDisplayTick(world, x, y, z, rand);

View file

@ -31,7 +31,6 @@ import net.minecraftforge.event.ForgeSubscribe;
import net.minecraftforge.event.terraingen.PopulateChunkEvent;
import net.minecraftforge.event.terraingen.PopulateChunkEvent.Populate.EventType;
import net.minecraftforge.event.terraingen.TerrainGen;
import net.minecraftforge.fluids.BlockFluidBase;
import net.minecraftforge.fluids.IFluidBlock;
public class OilPopulate {