Added stair blocks. (#47)

This commit is contained in:
shartte
2016-08-14 13:26:53 +02:00
committed by dpeter99
parent 8882c16cbf
commit 53fd4de0cc
42 changed files with 556 additions and 128 deletions
@@ -39,7 +39,7 @@ public abstract class AEBaseStairBlock extends BlockStairs implements IAEFeature
protected AEBaseStairBlock( final Block block, final EnumSet<AEFeature> features, final String type )
{
super( block.getStateFromMeta( 0 ) );
super( block.getDefaultState() );
Preconditions.checkNotNull( block );
Preconditions.checkNotNull( block.getUnlocalizedName() );