Remove Stack Limit from Seeds.
This commit is contained in:
parent
b8d0db995b
commit
7689f67c14
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
|
|||
public ItemCrystalSeed() {
|
||||
super( ItemCrystalSeed.class );
|
||||
setHasSubtypes( true );
|
||||
setMaxStackSize( 8 );
|
||||
setfeature( EnumSet.of( AEFeature.Core ) );
|
||||
|
||||
EntityRegistry.registerModEntity( EntityGrowingCrystal.class, EntityGrowingCrystal.class.getSimpleName(), EntityIds.get( EntityGrowingCrystal.class ),
|
||||
|
|
Loading…
Reference in a new issue