Add Channels as an Optional Feature.

This commit is contained in:
AlgorithmX2
2014-08-25 00:04:26 -05:00
parent 6619bfce38
commit 67a8edaade
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class BlockController extends AEBaseBlock
public BlockController() {
super( BlockController.class, Material.iron );
setfeature( EnumSet.of( AEFeature.Core ) );
setfeature( EnumSet.of( AEFeature.Channels ) );
setTileEntiy( TileController.class );
setHardness( 6 );
}