hyph setfeature
This commit is contained in:
@@ -17,7 +17,7 @@ public class BlockSpatialPylon extends AEBaseBlock
|
||||
|
||||
public BlockSpatialPylon() {
|
||||
super( BlockSpatialPylon.class, AEGlassMaterial.instance );
|
||||
setfeature( EnumSet.of( AEFeature.SpatialIO ) );
|
||||
setFeature( EnumSet.of( AEFeature.SpatialIO ) );
|
||||
setTileEntity( TileSpatialPylon.class );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user