Fix default block properties.
This commit is contained in:
@@ -30,7 +30,7 @@ public class BlockEnergyGenerator extends AEBaseTileBlock<TileEnergyGenerator>
|
||||
|
||||
public BlockEnergyGenerator()
|
||||
{
|
||||
super( Block.Properties.create(Material.IRON) );
|
||||
super( defaultProps(Material.IRON) );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user