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
@@ -21,7 +21,7 @@ public class BlockMolecularAssembler extends AEBaseBlock
public BlockMolecularAssembler() {
super( BlockMolecularAssembler.class, Material.iron );
setfeature( EnumSet.of( AEFeature.Crafting ) );
setfeature( EnumSet.of( AEFeature.MolecularAssembler ) );
setTileEntiy( TileMolecularAssembler.class );
isOpaque = false;
lightOpacity = 1;