Added to collection but never queried
This commit is contained in:
parent
83262093eb
commit
f828dc11b2
1 changed files with 0 additions and 3 deletions
|
@ -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 ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue