Less aging, more animating.
This commit is contained in:
@@ -42,7 +42,8 @@ final public class EntityGrowingCrystal extends EntityItem
|
||||
if ( !AEConfig.instance.isFeatureEnabled( AEFeature.inWorldPurification ) )
|
||||
return;
|
||||
|
||||
age = 0;
|
||||
if ( age > 600 )
|
||||
age = 100;
|
||||
|
||||
ItemStack is = this.getEntityItem();
|
||||
Item gc = is.getItem();
|
||||
|
||||
@@ -75,6 +75,12 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
|
||||
AppEng.instance, 16, 4, true );
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getEntityLifespan( ItemStack itemStack, World world )
|
||||
{
|
||||
return Integer.MAX_VALUE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUnlocalizedName(ItemStack is)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user