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
+1 -1
View File
@@ -18,7 +18,7 @@ public class BlockChunkloader extends AEBaseBlock implements LoadingCallback
public BlockChunkloader() {
super( BlockChunkloader.class, Material.iron );
setfeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setFeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setTileEntity( TileChunkLoader.class );
ForgeChunkManager.setForcedChunkLoadingCallback( AppEng.instance, this );
}
+1 -1
View File
@@ -14,7 +14,7 @@ public class BlockCubeGenerator extends AEBaseBlock
public BlockCubeGenerator() {
super( BlockCubeGenerator.class, Material.iron );
setfeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setFeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setTileEntity( TileCubeGenerator.class );
}
+1 -1
View File
@@ -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 );
}
+1 -1
View File
@@ -14,7 +14,7 @@ public class BlockPhantomNode extends AEBaseBlock
public BlockPhantomNode() {
super( BlockPhantomNode.class, Material.iron );
setfeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setFeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setTileEntity( TilePhantomNode.class );
}