Remove redundant (#324)
https://github.com/PrototypeTrousers/Applied-Energistics-2/issues/323
This commit is contained in:
@@ -39,9 +39,7 @@ public abstract class AEBaseStairBlock extends BlockStairs {
|
||||
Preconditions.checkNotNull(block.getTranslationKey());
|
||||
Preconditions.checkArgument(block.getTranslationKey().length() > 0);
|
||||
|
||||
|
||||
this.setTranslationKey("stair." + type);
|
||||
this.getLocalizedName();
|
||||
this.setLightOpacity(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user