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
+6
View File
@@ -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)
{