Split Crafting Option into CraftingCPU, Patterns, and Molecular Assembler

Added Meteorite Compass Option.
Fixed Feature Assignment for Color Applicator and Pattern Terminal.
This commit is contained in:
AlgorithmX2
2014-08-07 15:24:26 -05:00
parent 48b99e49b4
commit 31c2efc071
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public class BlockSkyCompass extends AEBaseBlock implements ICustomCollision
public BlockSkyCompass() {
super( BlockSkyCompass.class, Material.iron );
setfeature( EnumSet.of( AEFeature.Core ) );
setfeature( EnumSet.of( AEFeature.MeteoriteCompass ) );
setTileEntiy( TileSkyCompass.class );
isOpaque = isFullSize = false;
lightOpacity = 0;