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
@@ -26,7 +26,7 @@ public class ItemEncodedPattern extends AEBaseItem implements ICraftingPatternIt
public ItemEncodedPattern() {
super( ItemEncodedPattern.class );
setfeature( EnumSet.of( AEFeature.Crafting ) );
setfeature( EnumSet.of( AEFeature.Patterns ) );
setMaxStackSize( 1 );
if ( Platform.isClient() )
MinecraftForgeClient.registerItemRenderer( this, new ItemEncodedPatternRenderer() );