Merge pull request #1417 from thatsIch/e-reflection-stuff
Removes the unneeded information about the current class in all blocks
This commit is contained in:
@@ -67,7 +67,7 @@ public class BlockSkyStone extends AEBaseBlock implements IOrientableBlock
|
||||
|
||||
public BlockSkyStone()
|
||||
{
|
||||
super( BlockSkyStone.class, Material.rock );
|
||||
super( Material.rock );
|
||||
this.setHardness( 50 );
|
||||
this.hasSubtypes = true;
|
||||
this.blockResistance = BLOCK_RESISTANCE;
|
||||
|
||||
Reference in New Issue
Block a user