hyph setfeature

This commit is contained in:
thatsIch
2014-09-20 23:24:29 +02:00
parent dc6f07af40
commit 62bbdd4ea4
46 changed files with 46 additions and 46 deletions
@@ -12,7 +12,7 @@ public class BlockCreativeEnergyCell extends AEBaseBlock
public BlockCreativeEnergyCell() {
super( BlockCreativeEnergyCell.class, AEGlassMaterial.instance );
setfeature( EnumSet.of( AEFeature.Creative ) );
setFeature( EnumSet.of( AEFeature.Creative ) );
setTileEntity( TileCreativeEnergyCell.class );
}