Fixed Lightning bug

This commit is contained in:
SteGr 2015-08-06 15:09:34 +02:00
parent cb5a5d43c4
commit 3e6c80af77

View file

@ -40,6 +40,11 @@ public class BlockAshInfusedStoneSlab extends BlockSlab
this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 0.5F, 1.0F);
}
public int getLightOpacity()
{
return 0;
}
/**
* Adds all intersecting collision boxes to a list. (Be sure to only add boxes to the list if they intersect the
* mask.) Parameters: World, X, Y, Z, mask, list, colliding entity