Remove Stack Limit from Seeds.

This commit is contained in:
AlgorithmX2 2014-09-05 20:17:19 -05:00
parent b8d0db995b
commit 7689f67c14

View file

@ -69,7 +69,6 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
public ItemCrystalSeed() { public ItemCrystalSeed() {
super( ItemCrystalSeed.class ); super( ItemCrystalSeed.class );
setHasSubtypes( true ); setHasSubtypes( true );
setMaxStackSize( 8 );
setfeature( EnumSet.of( AEFeature.Core ) ); setfeature( EnumSet.of( AEFeature.Core ) );
EntityRegistry.registerModEntity( EntityGrowingCrystal.class, EntityGrowingCrystal.class.getSimpleName(), EntityIds.get( EntityGrowingCrystal.class ), EntityRegistry.registerModEntity( EntityGrowingCrystal.class, EntityGrowingCrystal.class.getSimpleName(), EntityIds.get( EntityGrowingCrystal.class ),