Added to collection but never queried

This commit is contained in:
thatsIch 2014-11-04 02:20:20 +01:00
parent 83262093eb
commit f828dc11b2

View file

@ -102,9 +102,6 @@ final public class EntityChargedQuartz extends AEBaseEntityItem
if ( netherQuartz.getEntityItem().stackSize <= 0 ) if ( netherQuartz.getEntityItem().stackSize <= 0 )
netherQuartz.setDead(); netherQuartz.setDead();
List<ItemStack> i = new ArrayList<ItemStack>();
i.add( AEApi.instance().materials().materialFluixCrystal.stack( 1 ) );
ItemStack Output = AEApi.instance().materials().materialFluixCrystal.stack( 2 ); ItemStack Output = AEApi.instance().materials().materialFluixCrystal.stack( 2 );
worldObj.spawnEntityInWorld( new EntityItem( worldObj, posX, posY, posZ, Output ) ); worldObj.spawnEntityInWorld( new EntityItem( worldObj, posX, posY, posZ, Output ) );