Fixed default block opacity.

This commit is contained in:
AlgorithmX2 2014-07-11 20:26:47 -05:00
parent 7fb22a8550
commit b3b2cf6f89

View file

@ -185,7 +185,7 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
protected AEBaseBlock(Class<?> c, Material mat) {
this( c, mat, null );
setLightOpacity( 15 );
setLightOpacity( 255 );
setLightLevel( 0 );
setHardness( 2.2F );
setTileProvider( false );