446447448449450451452453454455456
{ AEBaseTile te = getTileEntity( w, x, y, z ); if ( te != null ) { ArrayList<ItemStack> drops = new ArrayList<ItemStack>(); if ( te.dropItems() ) te.getDrops( w, x, y, z, drops ); else te.getNoDrops( w, x, y, z, drops ); // Cry ;_; ...