hyph setfeature
This commit is contained in:
@@ -12,7 +12,7 @@ public class BlockItemGen extends AEBaseBlock
|
||||
|
||||
public BlockItemGen() {
|
||||
super( BlockItemGen.class, Material.iron );
|
||||
setfeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
|
||||
setFeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
|
||||
setTileEntity( TileItemGen.class );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user