Fixed default block opacity.
This commit is contained in:
parent
7fb22a8550
commit
b3b2cf6f89
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue