Basic reformat, hit once, hope never again
This commit is contained in:
@@ -21,11 +21,11 @@ package appeng.block;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
import com.google.common.base.Optional;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.BlockStairs;
|
||||
|
||||
import com.google.common.base.Optional;
|
||||
|
||||
import appeng.core.features.AEFeature;
|
||||
import appeng.core.features.IAEFeature;
|
||||
import appeng.core.features.IFeatureHandler;
|
||||
@@ -40,7 +40,7 @@ public abstract class AEBaseStairBlock extends BlockStairs implements IAEFeature
|
||||
{
|
||||
super( block, meta );
|
||||
|
||||
this.features = new StairBlockFeatureHandler( features, this, Optional.<String> absent() );
|
||||
this.features = new StairBlockFeatureHandler( features, this, Optional.<String>absent() );
|
||||
this.setBlockName( block.getUnlocalizedName() );
|
||||
|
||||
this.setLightOpacity( 0 );
|
||||
|
||||
Reference in New Issue
Block a user