Mark drips client only
Might fix server issues *shrugs*
This commit is contained in:
parent
2302eacad4
commit
4fd129170c
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue