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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user