hyph setfeature
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user