Less aging, more animating.

This commit is contained in:
AlgorithmX2
2014-07-30 18:01:41 -05:00
parent 3be3cac4cd
commit 8f3df65061
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -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();