Fixed in hand render of Seeds.

This commit is contained in:
AlgorithmX2 2014-07-13 15:19:25 -05:00
parent aa11d8cac3
commit 8558824532

View file

@ -135,6 +135,12 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
return END;
}
@Override
public IIcon getIcon(ItemStack stack, int pass)
{
return getIconIndex( stack );
}
@Override
public IIcon getIconIndex(ItemStack stack)
{